Skip to content
unlob

How-to

content_type=how-to

Procedural content: step-by-step instructions for accomplishing a task.

Tutorials and guides. Useful for an agent that needs a procedure rather than a definition — and worth pairing with a recency preference, because procedures go stale faster than concepts.

What this covers

  • tutorials
  • setup guides
  • walkthroughs

Example

content_type=how-tobash
curl -H "x-api-key: $UNLOB_API_KEY" \
  "https://api.unlob.com/search?q=your+query&content_type[]=how-to&limit=10"

Common questions

What is the how-to content type?

Procedural content: step-by-step instructions for accomplishing a task.

How do I search only how-to?

Set content_type[]=how-to 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.