Product Search API - Pricium
Under maintenancePricing
Pay per usage
Go to Apify Store

Product Search API - Pricium
Under maintenanceSearch major retail domains matching a text query to return a list of product summaries, prices, ratings, sponsored badges, and available filters.
Pricing
Pay per usage
Rating
5.0
(1)
Developer
Pricium
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
Pricium Product Search API
Search products from multiple e-commerce websites using the Pricium Search API.
This Actor allows you to search products by keyword and returns structured JSON results from the Pricium Search API.
Features
- π Search products by keyword
- π Search on supported e-commerce domains
- π Pagination support
- β‘ Fast API response
- π¦ Returns structured JSON
- π Secure API key handling using Apify Secrets
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | String | β Yes | Product keyword to search |
| domain | String | No | Target website (amazon.in, flipkart.com, dmart.in, etc.) |
| page | Integer | No | Result page number (Default: 1) |
| display_refresh_rate_in_hertz | Integer | No | Optional display refresh rate filter |
Example Input
{"query": "iphone","domain": "amazon.in","page": 1}
Example Output
{"total_products": 218,"total_returned": 82,"products": [{"title": "Apple iPhone 16","selling_price": "βΉ79,999","url": "...","image": "..."}]}
Supported Domains
This Actor can search products on supported domains such as:
- amazon.in
- flipkart.com
- dmart.in
(Add more supported domains here if your API supports them.)
How It Works
- Enter a search query.
- Optionally provide a target domain.
- Run the Actor.
- The Actor calls the Pricium Search API.
- Results are returned as structured JSON and stored in the dataset.
Notes
queryis required.pagedefaults to 1.- The Actor returns the original response from the Pricium Search API.
- API credentials are securely managed using Apify environment variables.
Support
If you have any questions or feature requests, please contact the Pricium team.
