chick_fil_a_content
Fetch Chick-fil-A editorial content: press releases, stories, corporate pages, legal docs, or press-kit assets. Filter by type, search, and paginate; get metadata or full bodies.
Instructions
Browse Chick-fil-A press releases, legal documents and press-kit assets. Returns one page of a Chick-fil-A editorial corpus. type selects which: press-room (289 press releases), story (189 blog articles), page (147 standalone corporate pages such as hunger relief and community programmes), legal (28 terms, policies and promotion rules) or downloadable-asset (45 press-kit media entries, which carry a title and link only and never a body). Between them these are every content-bearing corpus Chick-fil-A publishes outside the menu and restaurant catalogs. Article bodies are opt-in via include_body because a single press release runs to roughly 22KB, so a default-on page of 20 would be several hundred KB; without it the endpoint returns titles, links, publish dates and excerpts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number (default 1) | |
| type | Yes | Which corpus. One of press-room, story, page, legal, downloadable-asset. | |
| search | No | Free-text filter. Results are relevance-ranked when present; otherwise newest first. | |
| per_page | No | Entries per page, 1-100 (default 20) | |
| include_body | No | Include the full article body (default false -- bodies are large) |