cURL
Search
Agentic Search Mini
Fast synchronous search returning up to 10 products. Optional AI-powered attribute enrichment.
POST
cURL
Request
Your API key for authentication.
Request Body
Natural language search query for product discoveryExamples:
"sustainable midi dresses""luxury minimalist handbags""versatile blazers for work"
Enable AI-powered product attribute enrichment for enhanced product data analysis. Set to
false for faster response times if detailed attributes are not needed.When to disable enrichment:- You need the fastest possible response times
- You only need basic product information (title, price, URL)
- You’re building a real-time autocomplete feature
- You need detailed product attributes (color, material, features)
- You’re building product comparison tools
- You need rich product data for AI-powered recommendations
Response
Array of discovered products with enriched data (up to 10 results).
Pagination metadata for the results
Response metadata
Response Schema and Enable Flags
The/v2/agentic-search-mini endpoint maintains a consistent response schema regardless of enable_* flag values. All fields are always present in product objects returned in the data array, but will be null when the corresponding flag is false.
Field Mappings:
| Flag | Affected Fields | Behavior When false |
|---|---|---|
enable_enrichment | attributes, product_type, google_product_category_id, google_product_category_path |
cURL