Amazon: Search Products
Amazon via Parse · ecommerce
Full-text search over Amazon.co.uk product catalog. Returns a paginated list of product cards with ASIN, title, price, rating, and Prime eligibility. Prices may display in USD when the site detects international traffic. Pagination via integer page counter. Each product card is lightweight; use get_product_details for full specifications. Search and extract product data from Amazon.co.uk including search results, detailed product information, best sellers, and autocomplete suggestions. Fulfilled by Parse from amazon.co.uk.
- amazon
- amazon-co-uk
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/030c9703-8c63-4893-a80c-3f0e0fbf3b71/search_products
- Interface artifact
- sha256:96c85aa16faf497695cdda075605aca5523b202ebd596c0d70657ae12e37f00b
- Manifest digest
- sha256:374f17283cd476f5c326280ae1cb36e37170a76672bd4ef41827bfa124554662
Request fields
- page (integer): Page number to fetch
- query (string, required): Search keyword or phrase
- sort_by (string): Sort criteria for results ordering: Allowed values: price-desc-rank, price-asc-rank, review-rank, date-desc-rank, relevanceblender
- category (string): Amazon search alias for category filtering (e.g. 'aps' for all departments, 'electronics', 'books')
Example queries
- {"page":"1","query":"wireless headphones","sort_by":"price-asc-rank","category":"aps"}