Doordash Google Placeid Scraper
Pricing
$1.00 / 1,000 results
Go to Apify Store
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.
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer

axly
Maintained by Community
Actor stats
0
Bookmarked
19
Total users
4
Monthly active users
7 months ago
Last modified
Categories
Share
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
| Parameter | Type | Description | Default |
|---|---|---|---|
q | String | Location or address to search for | "New York" |
radius | Integer | Search radius in miles (1-5000) | 500 |
Example Input
{"q": "New York","radius": 100}
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:
{"name": "New York Life Building","address": "175 W Washington St, Chicago, IL 60602, USA","latitude": 41.88284195959568,"longitude": -87.6333300769329,"place_id": "precisely_nectar_D000PJ2V4H5L","country": "US"}