Menu

Post image 1
Post image 2
1 / 2
0

Free Google Places API Alternative: 37 Business Categories, No API Key

DEV Community·John Leslie·25 days ago
#FbZi5TIV
Reading 0:00
15s threshold

Google Places API removed its free tier in February 2025. The new pricing starts at ~$275/month for 100K calls. If you need basic business/POI data and don't need Google's reviews or photos, here's a free alternative. BizData API A REST API wrapping OpenStreetMap's Overpass API. Free, no API key, no signup. curl "https://bizdata-web.vercel.app/api/businesses?location=Paris&category=cafe&limit=3" Enter fullscreen mode Exit fullscreen mode Returns structured JSON with name, address, phone, website, email, coordinates, and opening hours. Google Places vs BizData Feature Google Places BizData Price $275+/mo Free API key Required Not needed Categories 100+ 37 Reviews/photos Yes No Coverage (EU) Excellent Excellent Coverage (US) Excellent Good Rate limits Strict Fair use When to use this Lead generation (bulk business listings) Market research (how many cafes in a neighborhood?) Location-based apps needing basic POI data Prototyping before committing to Google's pricing MCP tool calls from AI assistants…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More