Upload polling place file to Google Drive
This query returns voting locations for a US street address in the next upcoming election: polling places, early vote sites, or ballot drop-off locations, with hours and dates when available. Empty until Google has information for the address.
Developer info
- API endpoint slug
- google_civic_information.find_polling_place
- Runtime method
- performQuery("google_civic_information.find_polling_place"}
Query fields
Address Text input > Other
- Label
- Street address
- Helper text
- A US residential address, e.g. 340 Main St, Venice, CA 90291. Results cover the next election Google has information for at this address.
- Slug
- address
- Required
- true
- Can have default value
- true
Location type Dropdown list
- Label
- Location type
- Slug
- location_type
- Required
- true
- Can have default value
- true
Ingredients
Location type Polling place, Early vote site, or Ballot drop-off location.
- Slug
- location_type
- Filter code
- GoogleCivicInformation.findPollingPlace.LocationType
- Type
- String
- Example
- Polling place
Name Name of the location.
- Slug
- name
- Filter code
- GoogleCivicInformation.findPollingPlace.Name
- Type
- String
- Example
- Westminster Avenue Elementary School
Address Street address on one line.
- Slug
- address
- Filter code
- GoogleCivicInformation.findPollingPlace.Address
- Type
- String
- Example
- 1010 Abbot Kinney Blvd, Venice, CA 90291
City City of the location.
- Slug
- city
- Filter code
- GoogleCivicInformation.findPollingPlace.City
- Type
- String
- Example
- Venice
State Two-letter state code.
- Slug
- state
- Filter code
- GoogleCivicInformation.findPollingPlace.State
- Type
- String
- Example
- CA
Zip ZIP code.
- Slug
- zip
- Filter code
- GoogleCivicInformation.findPollingPlace.Zip
- Type
- String
- Example
- 90291
Hours Hours the location is open, as published by the election office.
- Slug
- hours
- Filter code
- GoogleCivicInformation.findPollingPlace.Hours
- Type
- String
- Example
- Tue, Nov 3: 7 am - 8 pm
Notes Notes about the location, such as accessibility or which entrance to use.
- Slug
- notes
- Filter code
- GoogleCivicInformation.findPollingPlace.Notes
- Type
- String
- Example
- Hello World!
Start date First day the location is open, when published.
- Slug
- start_date
- Filter code
- GoogleCivicInformation.findPollingPlace.StartDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
End date Last day the location is open, when published.
- Slug
- end_date
- Filter code
- GoogleCivicInformation.findPollingPlace.EndDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Latitude Latitude of the location.
- Slug
- latitude
- Filter code
- GoogleCivicInformation.findPollingPlace.Latitude
- Type
- String
- Example
- 33.9919351
Longitude Longitude of the location.
- Slug
- longitude
- Filter code
- GoogleCivicInformation.findPollingPlace.Longitude
- Type
- String
- Example
- -118.4722031
Map url Google Maps link for the location.
- Slug
- map_url
- Filter code
- GoogleCivicInformation.findPollingPlace.MapUrl
- Type
- Web URL
- Example
- https://www.google.com/maps/search/?api=1&query=1010%20Abbot%20Kinney%20Blvd%2C%20Venice%2C%20CA%2090291
Election name Name of the election.
- Slug
- election_name
- Filter code
- GoogleCivicInformation.findPollingPlace.ElectionName
- Type
- String
- Example
- 2026 General Midterm Election
Election day Date of the election.
- Slug
- election_day
- Filter code
- GoogleCivicInformation.findPollingPlace.ElectionDay
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Election Google's identifier for the election.
- Slug
- election_id
- Filter code
- GoogleCivicInformation.findPollingPlace.ElectionId
- Type
- String
- Example
- 12000
Applets using this Query
-
-
Send polling place to Telegram when a feed item matches
-
Send polling place to SMS from Google Civic Information
-
Log polling places to Google Sheets when Google Assistant activates a scene
-
Email polling place details from Google Civic Information
-
Add polling places to Google Calendar
-
Send polling place details to Notifications
-
Send Google Civic polling place info to Notifications
-
Post polling places from Google Civic Information to Slack
