Overview
| Command | Description | Method |
|---|---|---|
naive ecommerce google <endpoint> | Google Shopping product data | Standard (async) |
naive ecommerce amazon <endpoint> | Amazon product data | Standard (async) |
Google Shopping
Endpoints
| Endpoint | Description | Method |
|---|---|---|
| products | Search product listings | Standard |
| product-info | Detailed product information | Standard |
| sellers | Seller list for a product | Standard |
| sellers-ad-url | Get ad click URL for a seller | GET |
| reviews | Product reviews | Standard |
Options
| Flag | Required | Description |
|---|---|---|
--keyword <text> | Varies | Product search keyword |
--product-id <id> | Varies | Product identifier |
--location-code <code> | No | Location code |
--language-code <code> | No | Language code |
--depth <n> | No | Number of results (default: 100) |
--limit <n> | No | Max reviews to retrieve |
Sellers Ad URL
Get the ad click URL for a Google Shopping seller:| Flag | Required | Description |
|---|---|---|
--aclk <string> | Yes | The encoded ad click parameter |
Amazon
Endpoints
| Endpoint | Description | Method |
|---|---|---|
| products | Search product listings | Standard |
| asin | Get product info by ASIN | Standard |
| sellers | Seller list for a product | Standard |
Options
| Flag | Required | Description |
|---|---|---|
--keyword <text> | Varies | Product search keyword |
--asin <id> | Varies | Amazon ASIN |
--location-code <code> | No | Location code |
--language-code <code> | No | Language code |
--depth <n> | No | Number of results |
Task Management
All async endpoints return a task ID:| Flag | Description |
|---|---|
naive ecommerce tasks-ready --platform <p> --endpoint <e> | List tasks with ready results |
naive ecommerce task-get <task_id> --platform <p> --endpoint <e> | Retrieve results for a task |
--format <type> | Output format: advanced or html |