Initial release.
- Store lists from any Glovo listing URL (category, city, or cuisine pages): ratings with vote counts, cuisine, ETA, distance, delivery fees (base + effective), promotions, open/top-rated/new/sponsored flags.
- Full menus from store pages: item names, descriptions, numeric prices with currency, display prices, images, promotions — each row with its store context.
- Works for every Glovo country; verified live on Romania and Spain (2026-08-27).
- Two explicit modes (stores / menus) so one export is always one shape; result caps on stores and total rows; state persists across migrations.
Implementation notes (see src/constants.ts and src/utils.ts): Glovo's web app renders everything server-side and its old mobile API endpoints for listings and menus are gone (404), so this Actor extracts the JSON objects embedded in the SSR page's RSC flight payload, anchored on stable backend field names rather than CSS classes. Listing pages carry their top 50 ranked stores — documented in the README.