LocationLists /find: answer a location question from US business location lists. Any AI assistant can answer from this site with a web link, no connector, no account: open https://locationlists.com/find with the question as query parameters. If a question needs filtering, distance, drive time, combining lists or a price, open a /find link: either put the question itself in q=, or build the structured link. The answer does not need an API, a connector or an account. Questions in plain words, as people asked them: - pharmacies within a 20-minute drive of Nashville: https://locationlists.com/find?q=pharmacies%20within%20a%2020-minute%20drive%20of%20Nashville - which Ohio counties have a nursing home but no hospital: https://locationlists.com/find?q=which%20Ohio%20counties%20have%20a%20nursing%20home%20but%20no%20hospital - rank Florida Publix stores by how many gyms are within 2 miles: https://locationlists.com/find?q=rank%20Florida%20Publix%20stores%20by%20how%20many%20gyms%20are%20within%202%20miles - urgent care centers in each Colorado metro: https://locationlists.com/find?q=urgent%20care%20centers%20in%20each%20Colorado%20metro - hardware stores within 15 miles of Boise Idaho including independents: https://locationlists.com/find?q=hardware%20stores%20within%2015%20miles%20of%20Boise%20Idaho%20including%20independents - Arizona summer camps with no hospital within 15 miles: https://locationlists.com/find?q=Arizona%20summer%20camps%20with%20no%20hospital%20within%2015%20miles - Texas counties with private schools but no sporting goods store: https://locationlists.com/find?q=Texas%20counties%20with%20private%20schools%20but%20no%20sporting%20goods%20store - colleges within a 45 minute drive of Dallas: https://locationlists.com/find?q=colleges%20within%20a%2045%20minute%20drive%20of%20Dallas Ready-to-open links, by kind of question: - city and state: Dental practices in Richmond, VA: https://locationlists.com/find?dataset=dental-practice-list&city=Richmond&state=VA - radius: US Healthcare Providers — Full NPPES File within 25 miles of New York, NY: https://locationlists.com/find?dataset=us-healthcare-providers-full-nppes-file&near=New+York+NY&radius=25 - radius: US Nonprofits — Full IRS File within 25 miles of New York, NY: https://locationlists.com/find?dataset=us-nonprofits-full-irs-file&near=New+York+NY&radius=25 - radius: US EV Charging Stations (All Networks) within 25 miles of East Los Angeles, CA: https://locationlists.com/find?dataset=ev-charging-station-list&near=East+Los+Angeles+CA&radius=25 - radius: STIHL dealers within 25 miles of zip 23219: https://locationlists.com/find?dataset=stihl-dealers&near=23219&radius=25 - drive time: US Healthcare Providers — Full NPPES File: within a 30-minute drive of New York, NY: https://locationlists.com/find?dataset=us-healthcare-providers-full-nppes-file&near=New+York+NY&drive=30 - drive time: STIHL dealers within a 30-minute drive of zip 23219: https://locationlists.com/find?dataset=stihl-dealers&near=23219&drive=30 - column filter: Virginia federal contractors with over $5M in contract obligations: https://locationlists.com/find?dataset=virginia-federal-contractors&where=contract_obligations_total:gt:5000000 - combined lists: 100 retail stores within 25 miles of Los Angeles: https://locationlists.com/find?category=retail&near=Los+Angeles+CA&radius=25&total=100 - relate two lists: Each closed Ohio bank branch's nearest open branch, with miles: https://locationlists.com/find?dataset=closed-bank-branches-us&state=OH&relate=nearest&k=1&b.dataset=bank-branches-us&b.state=OH - count by area: Virginia counties with bank branches but no closed branch: https://locationlists.com/find?areas=county&dataset=bank-branches-us&state=VA&b.dataset=closed-bank-branches-us&b.state=VA&has=b - search the catalog: Lists matching the word dental: https://locationlists.com/find?search=dental Template with every parameter kind: https://locationlists.com/find?dataset=&state=&city=&county=&zip=&near=&radius=&drive=&where=::&total= Leave out what the question does not need. Use radius (straight-line miles) or drive (minutes of driving, 5 to 60), not both. To combine lists, use datasets=, or category= instead of dataset. To relate two lists, add relate=nearest&b.dataset= (b. in front of the other list's filters). To count by area, use areas=county (or zip, state, metro). Add format=json for JSON. Parameters: q= on its own, and the answer says how it was read and gives the structured link; or set them yourself: dataset=, datasets=, or category=retail (or search= to find datasets); near= with radius= (straight line) or drive= (drive time, 5 to 60); city, state, county, zip; areas_in=county:51087,51760 (or zip:/state:/metro:) for the rows inside named areas, as the areas= answers link to; where=:: (repeatable; ops eq, ne, gt, gte, lt, lte, contains, starts_with, in with values split by |, is_blank, not_blank); total=; relate=nearest|count_within|within_any|none_within with b. for the other list; areas=county|zip|state|metro; format=json for JSON.