Scavio AI Scavio AI

Track Amazon Product Prices

Monitor any Amazon product's price, ratings, and availability in real time using Scavio's Amazon search API. Get structured JSON data on pricing, seller info, and review counts without scraping or browser tools. Ideal for dropshippers, deal hunters, and competitive pricing analysis.

Takes
Text
Produces
Api Response Text Json
What you'll produce
Input
{ "source": "amazon", "query": "Sony WH-1000XM5 headphones", "num_results": 5 }
Output
{ "results": [ { "title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones", "price": "$278.00", "currency": "USD", "rating": 4.6, "reviews": 18420, "availability": "In Stock", "url": "PRODUCT_URL", "seller": "Amazon", "thumbnail": "IMAGE_URL" } ], "total_results": 5 }

The Workflow

6 steps · click a step number to mark it done

Open Scavio AI and have it ready before you start

Get your free Scavio API key at the Scavio website. The free tier gives you 250 credits per month with no credit card required. Save your API key as an environment variable or keep it ready for the next steps.

Use the Scavio Amazon search endpoint to query a product name, ASIN, or category keyword. Send a POST request to the search endpoint with the body: source set to "amazon" and query set to the product or keyword you want to track. The response returns structured JSON with product titles, prices, ratings, review counts, and seller details.

Parse the JSON response to extract pricing data. Each result includes the product title, current price, currency, star rating, total review count, availability status, product URL, and thumbnail image. Filter by price range or minimum rating to narrow results.

Store results in a spreadsheet or database with a timestamp on each pull. This creates a price history log so you can track fluctuations over days, weeks, or months. Add columns for price change percentage and lowest price seen to spot deals instantly.

Automate recurring price checks by scheduling your API calls hourly, daily, or weekly. Use a cron job, n8n workflow, or Make scenario to run the search request on a schedule and append new data to your tracking sheet. Scavio has native n8n and Make integrations for no-code setup.

Set alerts and take action. Flag products that drop below your target price, compare pricing across competing products, identify seasonal pricing patterns, and trigger notifications via email or Slack when a deal hits your threshold.

Did this workflow help?
1
🔍 Looking for AI tools? Try searching!