Doordash Google Placeid Scraper

Doordash Google Placeid Scraper

This tool scrapes Google Place IDs from DoorDash, using location searches to gather data on names, addresses, coordinates, and country codes.

ECOMMERCEDEVELOPER_TOOLSAUTOMATIONApify

This Apify Actor scrapes Google Place IDs from DoorDash's API based on location searches.

Features

  • Search for locations by address or place name
  • Configurable search radius
  • Returns structured data including:
    • Location name
    • Full address
    • Latitude and longitude coordinates
    • Google Place ID
    • Country code

Usage

Input Parameters

ParameterTypeDescriptionDefault
qStringLocation or address to search for"New York"
radiusIntegerSearch radius in miles (1-5000)500

Example Input

1{
2    "q": "New York",
3    "radius": 100
4}

Example Output

The output of this scraper will be a dataset containing the following fields for each location found:

  • name: Short name for the location (e.g., "Times Square")
  • address: Full address of the location (e.g., "1560 Broadway, New York, NY 10036, United States")
  • latitude: Latitude coordinate of the location (e.g., 40.758896)
  • longitude: Longitude coordinate of the location (e.g., -73.985131)
  • place_id: Google Place ID unique identifier (e.g., "ChIJvQz3j3dZwokRkC_7m4VH8Zo")
  • country: Country code of the location (e.g., "US")

Here is an example of what the output data might look like:

1{
2  "name": "New York Life Building",
3  "address": "175 W Washington St, Chicago, IL 60602, USA",
4  "latitude": 41.88284195959568,
5  "longitude": -87.6333300769329,
6  "place_id": "precisely_nectar_D000PJ2V4H5L",
7  "country": "US"
8}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!