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

Parameter
Type
Description

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&currency=mxn&language=en_US&cookie=key%3Dvalue%3Bkey%3Dvalue&parameters=key%3Avalue%3Bkey%3Avalue%3B&seller_id=123&associate_id=helloexample&include_html=true'    

In your requests, you must choose between providing an ASIN or a product URL — using both at the same time is not supported.

Last updated