Product Search API - Pricium avatar

Product Search API - Pricium

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Product Search API - Pricium

Product Search API - Pricium

Under maintenance

Search 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

Pricium

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

17 days ago

Last modified

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

ParameterTypeRequiredDescription
queryStringβœ… YesProduct keyword to search
domainStringNoTarget website (amazon.in, flipkart.com, dmart.in, etc.)
pageIntegerNoResult page number (Default: 1)
display_refresh_rate_in_hertzIntegerNoOptional 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

  1. Enter a search query.
  2. Optionally provide a target domain.
  3. Run the Actor.
  4. The Actor calls the Pricium Search API.
  5. Results are returned as structured JSON and stored in the dataset.

Notes

  • query is required.
  • page defaults 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.