Skip to content
unlob
content_type=product

Product

Product and service pages, including pricing, specifications and feature listings, published by whoever sells the thing being described.

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.

These pages are written to sell, so treat specifications as claims by the vendor rather than as facts. They are the right source for what something is offered as, and the wrong source for whether it works — which is what the `forum` and `qa` types are for.

What this covers

  • pricing pages
  • product specifications
  • feature listings

Example

content_type=productbash
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, specifications and feature listings, published by whoever sells the thing being described.

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.

When is the product filter worth using?

These pages are written to sell, so treat specifications as claims by the vendor rather than as facts. They are the right source for what something is offered as, and the wrong source for whether it works — which is what the `forum` and `qa` types are for.

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.

API and MCP reference ↗