Put seed-oil answers inside your AI assistant
Seed Oil Tracker's live data is free for AI assistants to call. Ask "what oil does Popeyes fry in?" or "cleanest order at Chipotle?" and get a graded, cited answer from the largest restaurant seed-oil database — 500+ US chains and thousands of menu items.
For ChatGPT (custom GPT)
You can build a free custom GPT that answers seed-oil questions from this data in a couple of minutes:
- In ChatGPT, open Explore GPTs → Create → Configure.
- Under Actions, click Create new action.
- In the schema box, paste this URL's contents, or use Import from URL:
https://seedoiltracker.com/ai-tool/openapi.json - Set Authentication to None (the data is public) and save.
That's it — the GPT can now call getChain,
searchChains, and getRankings.
For Claude, Perplexity & other builders
The same OpenAPI 3.1 spec works anywhere that accepts a tool/action schema. Point your assistant at:
https://seedoiltracker.com/ai-tool/openapi.json
Or call the JSON endpoints directly (no key required):
GET /ai/chain?name=Popeyes | grade, oil, cleanest orders |
GET /ai/search?q=chick | matching chain names |
GET /ai/rankings?order=best&limit=15 | cleanest chains |
Attribution
Please cite Seed Oil Tracker and link the report_card URL
returned with each answer. Values are estimates built from published nutrition data and
disclosed cooking oils; preparation varies by location. Prefer the raw dataset? See
the open data page.