Amazon Real Time Data-18 Endpoints avatar
Amazon Real Time Data-18 Endpoints
Under maintenance

Pricing

$0.75 / 1,000 results

Go to Apify Store
Amazon Real Time Data-18 Endpoints

Amazon Real Time Data-18 Endpoints

Under maintenance

Reliable & Affordable Amazon Data covering 18 different Endpoints across 22 Amazon Marketplace

Pricing

$0.75 / 1,000 results

Rating

0.0

(0)

Developer

Keystone Data

Keystone Data

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

16 days ago

Last modified

Categories

Share

Amazon Real Time API

Amazon Apify Actor that provides access to 18 Amazon API endpoints across 23 global marketplaces.

Features

  • 18 API Endpoints - Complete coverage of Amazon data
  • 23 Marketplaces - US, UK, DE, FR, JP, CA, and more
  • Simple - Just select endpoint and parameters

Available Endpoints

Search & Discovery (8)

  • search - Search products with filters
  • bestsellers - Top selling products
  • most-wished-for - Most wanted items
  • movers-and-shakers - Trending products
  • deals - Current deals
  • new-releases - Latest products
  • gift-ideas - Gift recommendations
  • category - Browse by category with advanced filters

Products Endpoints (4)

  • product_details - Full product information
  • product_reviews - Customer reviews with filtering
  • product_offers - All sellers and prices
  • product_variations - Color/size variations
  • seller_profile - Seller information
  • seller_products - All products from seller
  • seller_reviews - Seller ratings
  • influencer-profile - Get influencer profile data
  • influencer-posts - List all influencer posts
  • influencer-post-products - Get products from a post

Usage Examples

Example 1: Search Products

{
"endpoint": "search",
"q": "laptop",
"domain": "US",
"min_price": 500,
"max_price": 1500,
"prime_only": true
}

Example 2: Browse Category with Filters

{
"endpoint": "category",
"node": "1234567",
"domain": "US",
"min_price": 20,
"max_price": 100,
"prime_only": "true",
"min_rating": "4"
}

Example 3: Get Influencer Profile

{
"endpoint": "influencer-profile",
"influencer_name": "kylerichards18",
"domain": "US"
}

Example 4: Get Product Reviews

{
"endpoint": "product_reviews",
"asin": "B08N5WRWNW",
"domain": "US",
"sort_by": "helpful",
"filter_by_star": "five_star"
}

Output

Results are saved to the dataset in the format returned by your API.

Typical response structure:

{
"status": "OK",
"request_id": "...",
"data": { ... },
"metadata": { ... }
}

Supported Marketplaces

US, UK, DE, FR, IT, ES, CA, JP, IN, MX, BR, AU, NL, SG, TR, AE, SA, SE, PL, BE, EG, ZA, CN

Tips

  • Start with simple queries before adding filters
  • Check required parameters for each endpoint
  • Use pagination for large result sets
  • Domain defaults to "US" if not specified

Troubleshooting

Error: Missing required parameter Check the endpoint's required fields

HTTP 400 Error Verify parameter values are correct

License

Apache-2.0

Support

Contact via our Discord server https://discord.gg/GgNzySKy for any issues or feature requests.