Product Pricing Data / Apollo
Access 2.1M+ product pricing records across 6 Indian e-commerce platforms using SQL queries. 0 credits — FREEParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sql | string | Yes | SQL query to run against the product pricing database |
limit | integer | Yes | Maximum number of rows to return. Default: 100 |
Example
Product Link Finder
Find product links across e-commerce sites by search query. Returns matching product URLs from target sites. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Product search string. E.g., "iPhone 15 Pro Max 256GB" |
sites | array | No | Array of target sites to search on. E.g., ["amazon.in", "flipkart.com"] |
num_results | integer | Yes | Number of results to return. Default: 5. Range: 1-10 |
Example
Restaurant & Menu Data
Access 840K+ restaurants and 41M+ menu items from Zomato and Swiggy using SQL queries. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sql | string | Yes | SQL query to run against the restaurant and menu database |
limit | integer | Yes | Maximum number of rows to return. Default: 100 |
Example
Indian VC & Startup Funding Data
Access 18,000+ Indian startup funding deals from 2014-2026 using SQL queries. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sql | string | Yes | SQL query to run against the funding deals database |
limit | integer | Yes | Maximum number of rows to return. Default: 100 |