Skip to content
unlob
topic=food

Food

Cooking, ingredients, restaurants and food production, from recipes and technique through to agriculture and the supply chain behind them.

Dominated by how-to content, and a good demonstration of why `content_type` filtering matters.

The serious end of this topic — agriculture, food safety regulation, supply chains — carries the same tag as a recipe, and is usually better reached by pairing it with `news` or `academic`.

Recipe pages are among the most template-heavy documents on the open web, so boilerplate removal does an unusual amount of work here: what is left after it is often a fraction of the page.

Typical queries

  • ingredient sourcing
  • technique guides
  • food safety

Example

topic=foodbash
curl -H "x-api-key: $UNLOB_API_KEY" \
  "https://api.unlob.com/search?q=ingredient+sourcing&topic[]=food&collapse=story"

# Or the authoritative sources on this topic, by graph centrality
curl -H "x-api-key: $UNLOB_API_KEY" \
  "https://api.unlob.com/authorities?topic=food&limit=10"

Common questions

How do I search only food sources?

Set topic[]=food on any search request. Topic tags are assigned at index time and work across verticals, so the same subject is found in news, documentation and academic writing alike.

What does the food topic cover?

Cooking, ingredients, restaurants and food production, from recipes and technique through to agriculture and the supply chain behind them.

Any advice for food queries?

Dominated by how-to content, and a good demonstration of why `content_type` filtering matters.

Search food sources

10,000 free credits a month. Pair the topic filter with a corroboration floor for anything you will repeat as fact.

API and MCP reference ↗