API Live — Real-time Amazon data

Unlock Amazon Marketplace Data

Power your business with Apiguru. Access real-time product details, seller insights, competitive pricing, and reviews with a simple API. Make smarter decisions, faster.

No credit card required  ·  100 free requests/month forever

Data Analysis Illustration
99.9%
Uptime SLA
<500ms
Avg Response
10+
API Endpoints
Live
Real-time Amazon Data

Actionable Data for Every Need

Whether you're a seller, developer, or analyst — our data empowers you to succeed.

Competitor Analysis

Track competitor prices, stock levels, and seller ratings to stay ahead of the market.

See Example →

Product Research

Find winning products by analyzing best-seller lists, reviews, and search trends.

See Example →

Price & Offer Monitoring

Get all third-party offers, pricing data, and delivery options to win the Buy Box.

See Example →

Review Intelligence

Extract full review text, sentiment, ratings, and customer photos to understand buyer perception.

See Example →

Seller Intelligence

Get complete seller profiles, business info, rating history, and full product catalog.

See Example →

Stock Estimation

Estimate live inventory levels for any ASIN — critical for dynamic repricing and sourcing decisions.

See Example →
NEW

No-Code Amazon Tools

Not a developer? No problem. Use our built-in dashboard tools to get Amazon data and track prices — no code, no API keys, no friction.

Bulk ASIN Lookup

Up to 50 products in one click

Paste a list of ASINs and get a fully populated table of price, stock, rating, and brand data across any Amazon marketplace — instantly.

  • Look up up to 50 ASINs simultaneously, processed in smart batches
  • See Price, Original Price, Discount %, Availability, Rating & Reviews in one table
  • Export to CSV — all rows at once or individual rows on demand
  • Sort by any column — price, rating, discount, date
  • Full lookup history saved automatically — pick up where you left off
Results — 3 items↓ Download CSV
ASINPriceDisc%AvailabilityRating
B0014C0LSY$34.95In Stock4.8
B08C7FBW4N$324.99In Stock4.7
B09XCN8N9W$2,7001 left4.2
Try Bulk Lookup Free →

Price & Stock Alerts

Never miss a deal or stockout again

Set price thresholds on any ASIN and get notified the moment prices drop, spike, or stock returns. Perfect for arbitrage traders, brand owners, and price-sensitive buyers.

  • Alert types: Price below, Price above, Any price change, Back in stock
  • Monitor across all 20 Amazon marketplaces simultaneously
  • Full event history — see every price movement with old→new values
  • Dashboard badge shows unread alerts at a glance
  • One-click Check All Now — refresh all your watchlist prices instantly
My Alerts2 unread
ASINTypeThresholdLast PriceStatus
B0014C0LSYPrice below$30$34.95Active
B08C7FBW4NBack in stockTriggered
Set Up Alerts Free →

Both tools are included free with every account — no extra plans, no API keys required.

Integrate in minutes

A single authenticated HTTP request is all you need. No scraping infrastructure, no proxies, no maintenance — just clean JSON data.

  • Structured, consistent JSON responses
  • Works in any language with HTTP support
  • No Amazon blocks, no CAPTCHAs, no rate limits
  • Real-time data — not cached or stale
Start for Free
apiguru-example
import requests

api_key = "YOUR_API_KEY"
url     = "https://api.apiguru.app/v2/product-details"

response = requests.get(
    url,
    headers={"X-API-KEY": api_key},
    params={"asin": "B09G9FPHY6", "country": "US"}
)

product = response.json()

print(product["product_title"])  # → ASUS ROG Ally...
print(product["product_price"])  # → 349.99
const response = await fetch(
  'https://api.apiguru.app/v2/product-details?asin=B09G9FPHY6',
  { headers: { 'X-API-KEY': 'YOUR_API_KEY' } }
);

const { product_title, product_price } = await response.json();

console.log(product_title);  // → ASUS ROG Ally...
console.log(product_price);  // → 349.99
curl "https://api.apiguru.app/v2/product-details?asin=B09G9FPHY6" \
     -H "X-API-KEY: YOUR_API_KEY"

# Returns full product JSON including:
# title, price, images, reviews, variants...

Our Data in Action

Click any endpoint to see an instant visual preview — exactly what you get from our API.

Endpoints

Product Details Full
Images, specs, reviews, variants & 50+ fields
Product Details Fast
Batch ASIN lookup, core fields only
Product Offers
All sellers, prices & delivery options
Stock Estimate
Live inventory level estimate
Product Reviews
Full review text, rating, dates
Product Search
Keyword search, paginated results
Best Sellers
Top ranked products by category
Seller Profile
Ratings, business details, history
Seller Reviews
Seller feedback history
Seller Products
Full product catalog of a seller

Ready to build?

Get API Key Free
Loading sample data…
Loading preview…

Fetching live sample data

Simple, Transparent Pricing

Choose the plan that fits your needs. Start for free, scale as you grow.

Free

$0 / month

  • 100 Requests/Month
  • All API Endpoints
  • Community Support
Start for Free

Business

$75 / month

  • 50,000 Requests/Month
  • All API Endpoints
  • Priority Support
Choose Business

Need more? We offer Advanced and Enterprise plans with higher limits and dedicated support.

Frequently Asked Questions

Q.

Is there a free trial?

Yes! Our free plan includes 100 requests per month, forever. You can test our API thoroughly before committing to a paid plan.

Q.

How often is the data updated?

Our API provides real-time data directly from Amazon, ensuring you always have the latest and most accurate information.

Q.

Do I need to worry about Amazon blocks?

No. We handle all the infrastructure — rotating proxies, fingerprint management, and CAPTCHA resolution. You just call our API and get clean JSON.

Q.

What formats are supported?

All API responses are returned in a clean, easy-to-parse JSON format.

Q.

Can I upgrade or downgrade my plan?

Absolutely. You can change your plan at any time directly from your dashboard to fit your changing needs.

Q.

Which Amazon marketplaces are supported?

We support all major Amazon marketplaces including US, UK, DE, FR, IT, ES, CA, JP, and more. Just pass the country parameter in your request.

Get In Touch

Have questions about enterprise plans or need help getting started? We'd love to hear from you.

Email Support:
[email protected]

Telegram Community:
@rapiguru