iFood Restaurant & Menu Scraper - Brazil avatar

iFood Restaurant & Menu Scraper - Brazil

Pricing

from $2.00 / 1,000 restaurant scrapeds

Go to Apify Store
iFood Restaurant & Menu Scraper - Brazil

iFood Restaurant & Menu Scraper - Brazil

Extract restaurants, full menus, prices, ratings, delivery fees and categories from iFood Brazil. Search by city, coordinates, category or store ID.

Pricing

from $2.00 / 1,000 restaurant scrapeds

Rating

0.0

(0)

Developer

Guilherme Teixeira

Guilherme Teixeira

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

iFood Restaurant & Menu Scraper - Brazil 🇧🇷

Extract restaurants, full menus, prices, ratings, delivery fees and categories from iFood — Brazil's largest food‑delivery platform. Search by city, GPS coordinates, category, or a specific restaurant URL, and export clean, flat data to CSV, Excel, JSON or Google Sheets.

Perfect for market research, lead generation, price monitoring, and delivery analytics.

What this Actor does

  • 🏪 List restaurants near any Brazilian city or coordinate
  • 📋 Scrape full menus — categories, item names, descriptions, prices and images
  • Collect ratings, price range, delivery fee, ETA and distance
  • 🏷️ Filter by category (Pizza, Japonesa, Açaí, Lanches, …)
  • 📤 Clean flat output, ready for spreadsheets and BI tools

How to use

  1. Click Try for free / Start.
  2. Choose a mode:
    • Stores — list restaurants for the cities or coordinates you provide.
    • Store info — details for specific restaurant URLs or IDs.
    • Menu — the full menu of specific restaurants.
  3. Fill in cities (or coordinates / restaurant URLs).
  4. (Recommended) Keep Brazilian residential proxy enabled — iFood uses anti‑bot protection.
  5. Run and export the results.

Example input

{
"mode": "stores",
"cities": ["São Paulo", "Campinas"],
"category": "Pizza",
"maxRestaurants": 100,
"includeMenu": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "BR"
}
}

Scrape the full menu of one restaurant:

{
"mode": "menu",
"startUrls": [
"https://www.ifood.com.br/delivery/franca-sp/perola-panificadora-ii/acd7840c-3988-4368-bb0d-875e07005ed2"
]
}

Example output

Restaurant (stores / store_info mode):

{
"storeId": "acd7840c-3988-4368-bb0d-875e07005ed2",
"name": "Perola Panificadora II",
"mainCategory": "Padaria",
"userRating": 4.7,
"priceRange": "CHEAPEST",
"deliveryFee": 5.99,
"deliveryTimeMinMinutes": 30,
"deliveryTimeMaxMinutes": 40,
"distanceKm": 1.2,
"available": true,
"city": "Franca",
"currency": "BRL"
}

Menu item (menu mode):

{
"storeId": "acd7840c-3988-4368-bb0d-875e07005ed2",
"storeName": "Perola Panificadora II",
"category": "Kit Festa",
"itemName": "Kit Festa Aniversário",
"itemDescription": "Serve 20 pessoas",
"price": 109.99,
"available": true,
"imageUrl": "https://static.ifood-static.com.br/image/upload/..."
}

Output fields

FieldDescription
storeIdUnique iFood restaurant UUID
nameRestaurant name
mainCategoryPrimary segment (Pizza, Japonesa, …)
userRatingAverage rating
priceRangeRelative price band
deliveryFeeDelivery fee in BRL
deliveryTimeMinMinutes / deliveryTimeMaxMinutesEstimated delivery window
distanceKmDistance from the search point
availableWhether the store is currently open
itemName, itemDescription, price, imageUrlMenu item fields (menu mode)

Pricing

This Actor uses pay‑per‑result style events:

  • Store scraped — per restaurant returned
  • Menu scraped — per restaurant menu returned

You only pay for the data you actually get.

FAQ

Is scraping iFood legal? This tool collects publicly available information. You are responsible for complying with iFood's Terms and applicable laws (LGPD/GDPR). Do not collect personal data.

Why do I need a proxy? iFood uses PerimeterX anti‑bot protection. Brazilian residential proxies are strongly recommended for reliable results.

Can I scrape a whole city? Yes — use stores mode with a city. Increase maxRestaurants to collect more.

Can I get menus in bulk? Use stores mode with includeMenu: true, or menu mode with a list of restaurant URLs.

What format can I export? CSV, Excel, JSON, XML, and Google Sheets via the Apify platform.

Disclaimer

This Actor is not affiliated with, endorsed by, or connected to iFood. It extracts publicly accessible data for legitimate research and analytics purposes. Use responsibly and in accordance with all applicable laws and the platform's Terms of Service.