For the complete documentation index, see llms.txt. This page is also available as Markdown.

Request

To retrieve detailed insights into a seller's reputation and service quality, send a GET request with the SELLER FEEDBACK 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
Description
Example

api_key

String

Your unique Easyparser API Key.

YOUR_API_KEY

platform

String

The target e-commerce platform.

AMZ

operation

String

The specific task to perform.

SELLER_FEEDBACK

domain

String

The marketplace domain extension.

.com

seller_id

String

The unique Amazon identifier for the seller.

A1MCYUGJD2ILFU

Optional Parameters

These parameters allow you to refine your search by star ratings, timeframe, and result depth.

Parameter
Type
Description

history_range

String

Filters feedback by time period. Supported values: 1, 3, 12 (months), or all.

min_rating

Integer

Minimum star rating (1-5). Defaults to 1.

max_rating

Integer

Maximum star rating (1-5). Defaults to 5.

min_page

Integer

The starting page number for data extraction. Defaults to 1.

max_page

Integer

The ending page number (Max 5 pages per request). Defaults to 1.

Example Request

Last updated