Ubereats Listing Brands By Country avatar
Ubereats Listing Brands By Country

Pricing

$19.99/month + usage

Go to Store
Ubereats Listing Brands By Country

Ubereats Listing Brands By Country

Developed by

DataCach

DataCach

Maintained by Community

Automatically fetch the URLs of every brand (restaurant, market, etc) listed on Uber Eats for the countries you specify. Perfect for market research, competitor analysis, or lead generation. Super fast response and reliable data.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

🌍 Uber Eats – Brand Listing by Country

Automatically fetch the URLs of every brand (restaurant, market, etc) listed on Uber Eats for the countries you specify. Perfect for market research, competitor analysis, or lead generation.

✨ What does this Actor do?

  • Discovers and extracts the official URL of every brand published on Uber Eats.
  • Accepts one or more ISO country codes (e.g., US, MX, CL).
  • Lets you set a maximum number of results per country.
  • Saves the data to an Apify Dataset ready for export to JSON, CSV, Excel, etc.

πŸ“ Input schema

FieldTypeRequiredDescription
target_country_codesstring[]YesArray of ISO country codes to process.
max_search_resultsintegerNo (default 10)Maximum URLs returned per country.

Example input

{
"target_country_codes": ["US", "CL", "MX"],
"max_search_results": 50
}

πŸ“¦ Output

Each item in the Dataset looks like:

{
"brand_url": "https://www.ubereats.com/cl/brand/pollo-frito",
"main_task_started": "2025-07-18T12:00:00Z",
"extraction_date": "2025-07-18",
"extraction_datetime": "2025-07-18T12:00:01Z",
"input": {
"country_code": "cl"
}
}

⚠️ Limits for free accounts

When running with a free Apify account the following restrictions apply automatically:

  • Only the first country in the list is processed.
  • A maximum of 10 URLs is returned.

Upgrade to a paid plan to remove these limits.

πŸš€ How to run

  1. Apify Console

    • Click Run.
    • Paste your JSON input and start the run.
  2. Programmatically

    • Check the "API" section on this page.

πŸ›  Technical notes

  • Built with Python 3 and Apify SDK.
  • Uses asynchronous HTTP requests (httpx)
  • All dates and times are in UTC.

πŸ’¬ Support

Need help? Reach us via Apify inbox

✨ Credits

Developed and maintained by the DataCach team.


This Actor is neither affiliated with, sponsored by, nor endorsed by Uber Eats. Use is subject to the Apify Terms and Uber Eats' own terms.