Get up and running with RivalPrice API in less than 5 minutes
First, you'll need to create an API key from your dashboard:
Important: Your API key is only shown once when created. Make sure to copy and save it securely. You won't be able to view it again.
Products represent the items you want to monitor. Let's create one using the API:
Your API key is only used in your browser and never stored
https://api.rivalprice.app/productsYou created a product with:
Save the id from the response - you'll need it in the next step!
Now add competitor URLs to track. Use the product ID from the previous step:
Your API key is only used in your browser and never stored
https://api.rivalprice.app/products/:product_id/competitorsFetch your product details including all competitor URLs and their price history:
Your API key is only used in your browser and never stored
https://api.rivalprice.app/products/:product_idThe response includes:
Prices are automatically scraped based on your plan's schedule (weekly for most plans).
Get a list of all products you're monitoring:
Your API key is only used in your browser and never stored
https://api.rivalprice.app/productsIf you run into any issues or have questions: