Fast Food Menu Scraper - 19 Restaurant Chains avatar

Fast Food Menu Scraper - 19 Restaurant Chains

Deprecated

Pricing

Pay per usage

Go to Apify Store
Fast Food Menu Scraper - 19 Restaurant Chains

Fast Food Menu Scraper - 19 Restaurant Chains

Deprecated

Scrape menus, prices, nutrition & calories from 19 chains: McDonalds, Taco Bell, Burger King, Wendys, Chipotle, Dominos, Popeyes, Wingstop, BWW, Little Caesars, Arbys, Sonic, Subway, Five Guys & more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

15 days ago

Last modified

Categories

Share

Fast Food Menu Scraper - All Restaurants in One

Overview

Scrape menus, prices, calories & nutrition from 18+ fast food chains: McDonald's, Taco Bell, Burger King, Wendy's, Chipotle, Domino's, Papa John's, Popeyes, Wingstop, Buffalo Wild Wings, Little Caesars, Arby's, Sonic, Subway, Five Guys, Jersey Mike's, Firehouse Subs, Jason's Deli, Noodles & Company. Get real-time pricing, full nutrition data, allergens, and ingredients.

Features

  • Captures pricing information
  • Built-in proxy support for reliable data collection

Use Cases

  • Monitor - Monitor competitor menu prices and offerings
  • Aggregate - Aggregate restaurant data for food delivery platforms
  • Track - Track menu changes and seasonal offerings across chains
  • Build - Build restaurant databases for market research and analytics

Input Parameters

ParameterTypeDescriptionDefault
restaurantsarraySelect which fast food restaurants to scrape. Leave empty to scrape all resta...["mcdonalds", "tacobell", "burgerking"]
maxItemsPerRestaurantintegerMaximum number of menu items to scrape from each restaurant. Set to 0 for unl...50
zipCodestringUS ZIP code for location-specific pricing and menu availability. Some restaur...90210
includeNutritionbooleanInclude calories, protein, carbs, fat, and other nutrition information when a...true
includeAllergensbooleanInclude allergen warnings (gluten, dairy, nuts, etc.) when available.true
proxyConfigurationobjectProxy settings for the scraper. Residential proxies recommended for best resu...{...}

Output Example

Each result contains structured data like this:

{
"source": "Sample source",
"name": "Fast Food Menu Sample Item",
"category": "Standard",
"price": 29.99,
"calories": "Sample calories",
"protein": "Sample protein",
"carbs": "Sample carbs",
"fat": "Sample fat"
}

Pricing

This actor uses pay-per-result pricing:

  • $0.001 per result
  • $1.00 per 1,000 results

No monthly fees. You only pay for what you scrape. Apify Free plan includes $5/month in platform credits.

How to Run

Apify Console

  1. Go to the Fast Food Menu Scraper - All Restaurants in One actor page
  2. Configure your input parameters
  3. Click Start and wait for the results
  4. Download data in JSON, CSV, or Excel format

API

curl -X POST "https://api.apify.com/v2/acts/fortuitous_pirate~fast-food-menu-scraper/runs?token=YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"maxItems": 10}'

Python SDK

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("fortuitous_pirate/fast-food-menu-scraper").call(
run_input={"maxItems": 10}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Integration

Connect Fast Food Menu Scraper - All Restaurants in One with your existing tools and workflows:

  • API access - Programmatic access via Apify API
  • Webhooks - Get notified when scraping completes
  • Scheduling - Set up recurring runs on any schedule
  • Zapier / Make - Connect with 5,000+ apps via Apify integrations
  • Python / Node.js SDKs - Native client libraries for easy integration