Amazon Real Time Data-18 Endpoints
Pricing
$0.75 / 1,000 results
Amazon Real Time Data-18 Endpoints
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
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 filtersbestsellers- Top selling productsmost-wished-for- Most wanted itemsmovers-and-shakers- Trending productsdeals- Current dealsnew-releases- Latest productsgift-ideas- Gift recommendationscategory- Browse by category with advanced filters
Products Endpoints (4)
product_details- Full product informationproduct_reviews- Customer reviews with filteringproduct_offers- All sellers and pricesproduct_variations- Color/size variations
Sellers Related (3)
seller_profile- Seller informationseller_products- All products from sellerseller_reviews- Seller ratings
Influencer Related (3)
influencer-profile- Get influencer profile datainfluencer-posts- List all influencer postsinfluencer-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.