Request
Endpoint
POST https://realtime.easyparser.com/v1/request
Required Parameters
This operation requires certain common parameters to be included in every request. For more details, see Common Required Request Fields.
Optional Parameters
seller_id
string
Retrieve the product from a specific Amazon seller by their Seller ID.
associate_id
string
Adds your Amazon Associate (Affiliate) ID to the product URLs returned in the response.
a_plus_content
boolean
If true
, includes the "From the manufacturer" section (A+ content) in the response.
address_id
string
Uses a specific zip code (defined in your Addresses page) to simulate geographic location.
parameters
string
Additional query parameters to append to the request (e.g., sorting, filters).
language
string
Language code to request the Amazon page in (e.g., en_US
, de_DE
).
currency
string
Currency in which product prices should be displayed (e.g., usd
, eur
, aed
).
cookie
string
Custom cookies to use during the request (must be URL-encoded, sent via HTTP header).
include_html
boolean
If true
, includes raw HTML of the page in the response (larger payload).
Example Request
curl --location 'https://realtime.easyparser.com/v1/request?api_key=YOUR_API_KEY&platform=AMZ&domain=.com.mx&operation=DETAIL&address_id=57&asin=B0B7P81K6S&a_plus_content=true¤cy=mxn&language=en_US&cookie=key%3Dvalue%3Bkey%3Dvalue¶meters=key%3Avalue%3Bkey%3Avalue%3B&seller_id=123&associate_id=helloexample&include_html=true'
Last updated