Product
content_type=productProduct and service pages, including pricing and specifications.
Vendor-authored descriptions of what something is and what it costs. Treat as a primary source for facts about the vendor and a biased one for everything else.
What this covers
- pricing pages
- product specifications
- feature listings
Example
curl -H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/search?q=your+query&content_type[]=product&limit=10"Common questions
What is the product content type?
Product and service pages, including pricing and specifications.
How do I search only product?
Set content_type[]=product on any search request. Content type is assigned at index time from page structure and markup rather than guessed from the URL, so the filter is reliable.
Filter by what a page is
Content type is assigned at index time from structure, not guessed from the URL — so the filter does what it says.