Glovo Store & Restaurant Finder
Pricing
from $4.00 / 1,000 dataset items
Glovo Store & Restaurant Finder
Build a directory of Glovo merchants — restaurants, supermarkets, shops and pharmacies — with ratings, delivery and service fees, address, phone number, category and open status, for any delivery location. Bulk store URLs or automatic city discovery.
Pricing
from $4.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
axly
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Build a clean directory of Glovo merchants — restaurants, supermarkets, shops and pharmacies — for any city or delivery point. Paste a list of store URLs, or let the actor discover merchants automatically from Glovo's public sitemap by country and city. Each store comes back as one structured row with rating, delivery & service fees, address, phone number, category and open status.
Because a store is only returned if it actually serves your coordinates, every row is a real, serviceable merchant for that location.
Why this finder
- Merchant contacts, not just menus — address and phone number for every store, ideal for lead generation and outreach.
- Two ways to build a list — resolve store URLs you already have, or auto-discover a whole city from the sitemap.
- Delivery economics — service fee, delivery fee and currency for fee benchmarking across merchants and cities.
- Reliable & self-contained — talks to Glovo's public JSON API directly. No browser, no login, no unblocking subscription, no CAPTCHA.
Who it's for
- Lead generation & agencies — merchant phone numbers, addresses and categories by city for sales pipelines.
- Market analysts / competitive intelligence — map which merchants are on Glovo where; benchmark delivery/service fees and ratings.
- FMCG & retail strategy — measure retailer coverage and penetration across cities and countries.
What you get (output fields)
| Field | Description |
|---|---|
name, slug, category, category_id | Merchant identity & type |
rating, rating_count | Store rating and number of ratings |
service_fee, delivery_fee, currency | Delivery economics |
address, phone_number, distance | Contact & location |
is_open, closed_status_message, next_opening_time | Availability |
on_promotion, promotion_count, promotions | Active store promotions (e.g. free delivery) |
is_food, marketplace, image_id | Merchant flags & imagery |
city_code, store_url | Context & source |
query_latitude, query_longitude, location_label | Delivery point resolved for |
store_id, urn, scraped_at | Identifiers & provenance |
Use cases
- Lead lists — export merchant name, phone and address by city for B2B outreach.
- Coverage mapping — see which supermarkets, chains or restaurants operate on Glovo in a market.
- Fee benchmarking — compare delivery and service fees across merchants and cities.
- Rating analysis — snapshot rating distribution across a city's merchants.
Input
| Field | Type | Description |
|---|---|---|
storeUrls | array | Store URLs or bare slugs to resolve. |
sitemapCountry | string | Optional ISO country code (e.g. ES) to auto-discover merchants from the sitemap. |
sitemapCityFilter | array | Optional city slugs to keep during discovery (e.g. madrid, barcelona). |
locations | array | Delivery points. Each item: label + latitude/longitude, or a location string. |
maxStores | integer | Cap on candidate stores resolved per location. Default 200. |
maxItems | integer | Global cap on rows. Default 1000. |
language | string | Content language. Default en. |
proxyConfiguration | object | Optional. The API is not IP-gated. |
Example input
{"sitemapCountry": "ES","sitemapCityFilter": ["madrid"],"locations": [{"label": "Madrid - Centro","latitude": 40.4168,"longitude": -3.7038}],"maxStores": 100,"maxItems": 100}
Example output row
{"store_id": 107,"name": "Carrefour","slug": "carrefour-madrid","category": "SUPER-MARKET","rating": "89%","rating_count": 30,"service_fee": 1.99,"delivery_fee": 1.99,"currency": "EUR","is_open": false,"address": "Calle de Juan Álvarez Mendizábal 64\n28008 Madrid\nEspaña","phone_number": "+34689345490","distance": "200m","on_promotion": true,"promotion_count": 1,"city_code": "MAD","location_label": "Madrid - Centro","scraped_at": "2026-08-01T09:00:00Z"}
Scheduling & integration
Run on a schedule to keep a merchant directory fresh, or trigger via webhook or the Apify API. Results export to JSON, CSV, Excel, or push straight to your CRM or database through Apify integrations (Make, Zapier, Google Sheets, S3, and more).
AI assistants (MCP)
Call this actor from AI assistants (Claude, Cursor, ChatGPT) through the Apify MCP integration — hand it a city and coordinates and get a structured merchant list back as a tool result.
FAQ
How do I discover a whole city? Set sitemapCountry (e.g. ES) and add the
city slug to sitemapCityFilter (e.g. madrid), then set locations to
coordinates inside that city. The actor walks the sitemap and resolves each
merchant for your point.
Why do some stores not appear? A store is only returned if it serves your coordinates. Merchants outside the delivery range of your point are skipped — move the coordinates into the area you want to map.
Do I get phone numbers? Yes — Glovo exposes a contact phone and address for each store, which this actor returns.
How fresh is the data? Every run fetches live merchant data at request time, including current open status and fees.
Do I need proxies or a login? No. The actor uses Glovo's public JSON API directly — no login, no unblocking subscription, no CAPTCHA.
Is scraping this legal? You are responsible for how you use the data. Scrape publicly available information and comply with Glovo's terms and applicable law.