Ifood Store Finder
Pricing
from $5.00 / 1,000 restaurant-founds
Go to Apify Store
Ifood Store Finder
Scrape iFood Brazil restaurants by city, neighborhood, and food category. Uses browser automation with residential proxy to bypass bot detection. Returns store names, ratings, delivery fees, distances, and IDs for menu extraction.
Pricing
from $5.00 / 1,000 restaurant-founds
Rating
0.0
(0)
Developer
priscila s
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
21 hours ago
Last modified
Categories
Share
Apify actor that searches for restaurants on iFood (Brazil's largest food delivery platform) by city, state, and optional food category.
Features
- Search restaurants by Brazilian city and state
- Filter by food category (Pizza, Japonesa, Açaí, Hambúrguer, etc.)
- Returns up to 1,000 stores per run with pagination
- Clean structured JSON output with store IDs, ratings, delivery info
- Optional Apify Proxy support for reliability at scale
Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
city | string | Yes | "Sao Paulo" | Brazilian city name |
state | string | Yes | "SP" | Two-letter state code |
category | string | No | — | Food category filter (case-insensitive) |
max_stores | integer | No | 100 | Maximum number of stores to return (1–1000) |
use_apify_proxy | boolean | No | false | Enable Apify residential proxy |
proxy_country | string | No | "BR" | Proxy country code |
Example Input
{"city": "Sao Paulo","state": "SP","category": "Pizza","max_stores": 50}
Output
Each record in the dataset contains:
{"store_id": "f1b60ced-d490-499f-976b-6d3d717d927e","name": "Pizza Hut - Paraíso","slug": "sao-paulo-sp/pizza-hut-paraiso","category": "Pizza","user_rating": 4.7,"price_range": "MODERATE","delivery_fee": 8.99,"delivery_time": 33,"distance": 1.28,"available": true,"features": ["DELIVERY", "TRACKING"],"minimum_order_value": 20.0}
Use the store_id values with the iFood Menu Scraper actor to extract full restaurant menus.
How It Works
- Geocodes the city + state to latitude/longitude using Nominatim (OpenStreetMap)
- Queries iFood's marketplace API for merchants near that location
- Paginates through results and optionally filters by food category
- Pushes clean, structured records to the Apify dataset