Rappi Restaurants & Stores Scraper avatar

Rappi Restaurants & Stores Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Rappi Restaurants & Stores Scraper

Rappi Restaurants & Stores Scraper

Scrapes restaurant and store listings from Rappi across 9 Latin American countries. Returns each listing as a flat row with name, rating, delivery details, and metadata. Filter by store type, Prime status, or free delivery.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(2)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

2

Bookmarked

54

Total users

1

Monthly active users

5 days ago

Last modified

Share

ParseForge

Rappi Restaurants & Stores Scraper

Scrape restaurants, menus, and stores from Rappi across 9 Latin American countries. Collect names, ratings, delivery fees, and store details from any category. Export to CSV, JSON, Excel, or XML.

Rappi's app is built for ordering, not for bulk data collection. Manually copying restaurant details, menus, or store listings across multiple countries is slow and error-prone. This actor reads the public store feeds directly, letting you pull structured data from Colombia, Mexico, Brazil, and six other markets in one run. Filter by store type, Prime status, or free delivery, and get every result in a consistent, flat schema.

Who uses itWhat they scrape Rappi for
Market researchersTracking which restaurant chains are expanding into new Latin American cities.
Competitive intelligence analystsMonitoring competitor menus, pricing, and delivery fees across markets.
Food industry consultantsBuilding a database of delivery-only kitchens and virtual brands on Rappi.
Data journalistsInvestigating delivery fee patterns and restaurant density by neighborhood.

What it does

This Actor collects restaurant and store listings from Rappi by direct URL or country and category filters, and returns each one as a flat row with its name, rating, delivery details, and metadata.

  • 🌎 Multi-country support: scrape from Colombia, Mexico, Brazil, Peru, Chile, Argentina, Ecuador, Uruguay, and Costa Rica.
  • πŸͺ Store type filtering: choose from Restaurants, Market, Pharmacies, or Liquor Stores.
  • ⭐ Sort by rating: pull the highest-rated restaurants first to focus on top performers.
  • πŸš€ Prime filter: isolate Rappi Prime exclusive restaurants for premium market analysis.
  • 🚚 Free delivery filter: find restaurants offering free delivery to study promotional strategies.
  • πŸ”— Direct URL input: scrape specific store pages or category URLs you already know.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Rappi data

πŸ“Š Monitor restaurant expansion.

A market researcher scrapes all restaurants in BogotΓ‘ and SΓ£o Paulo monthly to track which international chains are entering new Latin American markets.

πŸ’° Compare delivery fees.

A competitive analyst pulls restaurant listings filtered by free delivery across Mexico and Colombia to benchmark competitor delivery strategies.

πŸͺ Catalog virtual brands.

A food industry consultant scrapes all restaurants in a city to identify delivery-only kitchens and ghost kitchens operating on Rappi.

πŸ“ˆ Track ratings over time.

A data journalist scrapes the same set of restaurant URLs weekly, sorting by rating, to report on quality trends in the delivery market.

Why choose this scraper

What you get
Consistent schemaEvery restaurant or store comes out in the same flat format, ready for analysis.
No API key neededReads the public Rappi feeds directly with no registration or OAuth.
Multi-country in one runSwitch countries with a dropdown, no separate actors or configurations needed.
Flexible inputUse search filters for discovery or direct URLs for targeted scraping.

How it compares

This actor covers more countries and store types than the alternatives, with flexible input methods for both discovery and targeted scraping.

FeatureParseForgeRappi Restaurant ScraperRappi Restaurants Scraper - Cheap
Countries supported9 (CO, MX, BR, PE, CL, AR, EC, UY, CR)6 (BR, CO, AR, CL, PE, UY)Not listed
Store types beyond restaurantsYes (Market, Pharmacies, Liquor)Not listedNot listed
Direct URL inputYesNot listedNot listed
Prime restaurant filterYesNot listedNot listed
Free delivery filterYesNot listedNot listed
Sort by ratingYesNot listedNot listed

Configure the run

Drive the Actor from direct Rappi URLs or by selecting a country and store type, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.5 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$50.00
1,000 results$500.00
10,000 results$5000.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Rappi Restaurants & Stores Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Rappi through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/rappi-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that you are not using both startUrls and search filters at the same time. These input methods are mutually exclusive. Pick one and clear the other.

Why does the actor stop before reaching maxItems?

The actor stops when it has exhausted the available listings for your chosen country and store type. Try a different category or country if you need more data.

Why are some restaurant fields empty?

Rappi does not always populate every field for every listing. Missing data in the output reflects what Rappi published for that particular store.

Why can't I find a specific restaurant?

The restaurant may not be listed in the default sort order. Try sorting by rating or using a direct URL if you know the restaurant's page.

Why does the actor fail when I use both input methods?

The startUrls and search filter sections are mutually exclusive. Remove all values from one section before running.

FAQ

QuestionAnswer
Which countries does this actor support?It supports nine countries: Colombia, Mexico, Brazil, Peru, Chile, Argentina, Ecuador, Uruguay, and Costa Rica. Select the country code from the dropdown in the input.
Can I scrape a specific restaurant's menu?Yes. Paste the direct URL of any Rappi restaurant or store page into the startUrls field, and the actor will collect its available data.
What is the difference between startUrls and search filters?They are mutually exclusive input methods. Use startUrls to scrape specific pages you already know. Use search filters to discover and collect listings by country and category.
Does this actor get menu item prices?The actor collects the data Rappi exposes on its public store and restaurant listing pages. The exact fields returned are shown in the sample output below.
How many products can I scrape in one run?You can set the maxItems limit up to 1,000,000. The actor will stop once it reaches that count or exhausts the available listings.
Can I filter by delivery time?The input schema includes filters for Prime status and free delivery. Other filters like delivery time are not available as input parameters.
What store types can I scrape?You can choose from Restaurants, Market, Pharmacies, and Liquor Stores using the storeType dropdown.
Does this actor require a Rappi login?No. It reads the publicly accessible store feeds and does not need a Rappi account, API key, or login.
How do I paginate through results?Use the storeOffset parameter to skip ahead in the listings. The actor increments in steps of 50.
Can I scrape multiple countries in one run?Each run targets one country when using search filters. To scrape multiple countries, run the actor once per country or use direct URLs from different countries in startUrls.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Rappi, Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.