Findcheap
Developers

The Findcheap API

Findcheap is a multimodal search agent that takes a product as input, and searches the web to find matching products with lower prices, faster shipping, or other params. You can call it with as little as a product page URL!

# Python + Findcheap Search
import requests

product_url = 'https://www.amazon.com/dp/B0BTYCRJSS'
token = 'YOUR_API_TOKEN'

response = requests.get(
    'https://api.findcheap.ai/v1/search',
    params={'token': token, 'url': product_url},
)

print(response.text)

Get access

API access is currently available upon request, and new users receive 10,000 free credits for testing. Please submit the form below and we’ll reach out within 24 hours.