Request
Endpoint
POST https://product-service.easyparser.com/v1/requestRequired Parameters
This operation requires certain common parameters to be included in every request. For more details, see Common Required Request Fields.
Optional Parameters
associate_id
string
Adds your Amazon Associate (Affiliate) ID to the product URLs in the response.
parameters
string
Additional query parameters to append to the request (e.g., sorting, filters).
include_html
boolean
If true, includes raw HTML of the offer listings (increases response size).
cookie
string
Custom cookies in key:value format, separated by semicolons. Sent in HTTP header.
min_page
integer
Defines the starting page number when paginating through offers.
max_page
integer
Defines the ending page number for paginated offer listings.
prime
boolean
If true, filters to show only Prime-eligible offers.
free_shipping
boolean
If true, includes only offers with free shipping.
condition_new
boolean
If true, includes new condition offers.
condition_used_like_new
boolean
If true, includes used items in “Like New” condition.
condition_used_very_good
boolean
If true, includes used items in “Very Good” condition.
condition_used_good
boolean
If true, includes used items in “Good” condition.
condition_used_acceptable
boolean
If true, includes used items in “Acceptable” condition.
Example Request
Last updated