Search
Search products
Search Lasso’s product database and get back structured data matching your schema.
POST
Search Lasso’s product database for products matching a natural language query. Lasso finds matching products and structures the results into your schema — returning typed, normalized data with source URLs and confidence scores.
No tables or files needed. One call in, structured product data out.
Request body
Natural language search query. Embed any filters directly in the text, e.g.
"Sony noise cancelling wireless earbuds".Reference an existing schema created via
POST /v1/schemas. The endpoint loads the schema’s column definitions. Mutually exclusive with columns.Inline column definitions describing the output shape. Mutually exclusive with
schema_id. If neither is provided, Lasso uses a default product schema (name, brand, price, description, category, image_url, url, features).Maximum number of products to return (1–7).
AI model to use for structuring results.
If provided, Lasso returns
202 immediately and delivers results via webhook when ready.Response
Search job identifier.
completed for sync, processing for async.The original search query.
Array of structured product results.
Number of products returned.
Credits consumed (5 per search).

