Structured Local Business Data API
Access 382,000+ verified business listings across 14 directories. RESTful API with JSON responses, comprehensive documentation, and generous rate limits.
Simple, Powerful API
Our REST API gives you programmatic access to the entire AtomLocal network. Search, filter, and retrieve business data in milliseconds.
- ✓ RESTful JSON API — Clean, predictable endpoints with standard HTTP methods and status codes.
- ✓ Search & Filter — Query by location, category, name, or any combination. Geo-radius search supported.
- ✓ Real-Time Data — Access the latest listing data as soon as businesses update their information.
- ✓ Webhooks — Subscribe to listing changes and get notified in real time via webhook callbacks.
- ✓ Bulk Export — Download full dataset snapshots for offline analysis and data pipelines.
GET /api/v1/listings?
lat=40.7128&
lng=-74.0060&
radius=5&
category="restaurant"
// Response
{
"data": [
{
"id": "lst_a1b2c3",
"name": "Joe's Pizza",
"address": "7 Carmine St",
"city": "New York",
"state": "NY",
"phone": "(212) 366-1182",
"rating": 4.7,
"categories": ["pizza", "restaurant"]
}
],
"meta": { "total": 142, "page": 1 }
}
Available Endpoints
Everything you need to build with local business data.
Listings Search
Search and filter business listings by location, category, keyword, or custom attributes. Supports pagination and sorting.
GET /api/v1/listings Listing Details
Retrieve complete details for a single listing including hours, photos, reviews, and all associated metadata.
GET /api/v1/listings/:id Categories
Browse the full category taxonomy. Get category counts by location or directory.
GET /api/v1/categories Locations
Query available cities, states, and zip codes. Get listing counts per geographic area.
GET /api/v1/locations Reviews
Access reviews for any listing. Filter by rating, date, or directory source.
GET /api/v1/listings/:id/reviews Webhooks
Subscribe to real-time events. Get notified when listings are created, updated, or claimed.
POST /api/v1/webhooks API Pricing
Start free. Scale as you grow. No hidden fees.
Free
$0/mo
- 1,000 requests/day
- Search & listing endpoints
- JSON responses
- Community support
Pro
$49/mo
- 50,000 requests/day
- All endpoints
- Webhooks
- Bulk export (weekly)
- Email support
Enterprise
Custom
- Unlimited requests
- All endpoints + bulk
- Real-time sync
- Custom data feeds
- Dedicated support + SLA
Start Building with AtomLocal Data
Get your free API key in minutes and start querying 382,000+ local business listings.
Create Free Account