Request

To retrieve a seller's products, send a GET request with the SELLER PRODUCTS operation.

Endpoint

GET 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.

Parameter
Type
Required
Description
Example

api_key

String

Yes

Your unique API key.

YOUR_API_KEY

platform

String

Yes

The platform to target (e.g., AMZ for Amazon).

AMZ

operation

String

Yes

The operation to perform, which is SELLER_PRODUCTS.

SELLER_PRODUCTS

domain

String

Yes

The Amazon domain to target

e.g., .com, .de, .co.uk

seller_id

String

Yes*

The unique ID of the target seller.

"AXCB29L39I26U"

url

String

Yes*

The full Amazon seller storefront URL. (e.g., )

https://www.amazon.com/s?me=A1DX3A7J4BF3GC&marketplaceID=ATVPDKIKX0DER&A6R3MV8PEIEMD

circle-info

*Your request must contain exactly one of these parameters: seller_id or url. Including both seller_id and url at the same time or omitting both will lead to a validation error.

Optional Parameters

Parameter
Type
Description

min_page

Integer

Minimum page number to crawl.

max_page

Integer

Maximum page number to crawl.

exclude_refinements

Boolean

Excludes refinement options in search results.

associate_id

String

Adds your Amazon Associate (Affiliate) ID to product URLs in the response.

parameters

String

Appends additional query parameters in key=value format, separated by semicolons.

language

String

Displays the Amazon page in the specified language (e.g., en_US, de_DE).

cookie

String

Custom cookies in key=value format, separated by semicolons. Sent via HTTP header.

sort_by

String

Sorts search results by criteria like featured-rank, exact-aware-popularity-ranketc.

Example Request

Last updated