Food
topic=foodCooking, ingredients, restaurants and food production.
Dominated by how-to content, and a good demonstration of why `content_type` filtering matters.
Typical queries
- ingredient sourcing
- technique guides
- food safety
Example
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.
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 requests a month. Pair the topic filter with a corroboration floor for anything you will repeat as fact.