Request

To retrieve a seller profile and feedback history, send a GET request with the SELLER_PROFILE 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 Fieldsarrow-up-right.

Parameter
Type
Required
Description
Example

seller_id

String

Yes*

The unique ID of the target seller.

"AXCB29L39I26U"

url

String

Yes*

The full Amazon seller profile URL.

"https://www.amazon.com/sp?seller=..."

circle-info

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

Optional Parameters

Parameter
Type
Description

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.

Example Request

curl --location 'https://realtime.easyparser.com/v1/request?
  api_key=YOUR_API_KEY&
  platform=AMZ&
  operation=SELLER_PROFILE&
  domain=.ca&
  seller_id=A23X8TYK8IHNZF'

Last updated