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

include_html

boolean

Whether to include the raw HTML response from Amazon.

min_page

integer

Minimum search result page (for pagination).

max_page

integer

Maximum search result page (for pagination).

Example Request

curl --location 'https://realtime.easyparser.com/v1/request?api_key=YOUR_API_KEY&platform=AMZ&operation=PRODUCT_LOOKUP&output=json&domain=.com&keyword=013803302721&include_html=false'

Last updated