Openmart
100Local business search API covering 30M+ US, CA, and AU businesses — returns 40+ data points per listing including decision-maker contacts, tech stacks, and revenue estimates.
Pros
- + Rich data per business (40+ fields) — address, phone, email, ratings, hours, decision-maker contacts, tech stack, revenue, and social profiles in a single JSON response
- + Simple REST API with x-api-key auth and FastAPI-generated OpenAPI spec at /openapi.json — agents can auto-discover endpoints and generate typed clients
- + Covers local/SMB businesses specifically (30M+ in US/CA/AU), a niche most B2B data providers underserve, making it ideal for agents targeting local business outreach
Cons
- - Credit-based pricing across all tiers — agents must track credit consumption, and enriched fields (owner contacts, tech stack) cost more than basic lookups
- - Batch people-lookup endpoint is async (poll for status), adding complexity for agents that expect synchronous responses
Integration
import requests
headers = { "x-api-key": "YOUR_API_KEY", "Content-Type": "application/json"}
# Search for local businessesresp = requests.post( "https://api.openmart.ai/api/v1/search", headers=headers, json={ "query": "plumbers", "location": [{"city": "Los Angeles", "state": "CA"}], "limit": 100 })businesses = resp.json()for biz in businesses.get("results", []): print(biz["name"], biz.get("phone"), biz.get("email"))Details
- Category
- Company Search
- Pricing
- Freemium
- Free Tier
- Free plan ($0) includes monthly credit allowance for testing. Paid plans: Starter $149/mo, Pro $299/mo, Scale $999/mo, Enterprise custom.
- Rate Limit
- 100 results per request (pagination supported). Plan-specific rate limits — contact Openmart for details.
- Verified
- 2026-03-31
Score Breakdown
Related APIs in Company Search
PredictLeads
Company SearchCompany intelligence API tracking 70M+ companies — job openings, news events, financing rounds, technology detections, connections, and website evolution via 23 REST endpoints.
Ocean.io
Company SearchB2B lookalike search and enrichment API with 230M+ contacts and 35M+ company profiles — company/people enrichment, lookalike search, and email/phone reveal via REST endpoints.
Aviato
Company SearchPeople and company intelligence API with 700M+ people records and 8M+ company profiles — funding, employees, founders, LinkedIn data, financials, web traffic, tech stack, and market maps.
Coresignal
Company SearchB2B data API with 3B+ records on companies, employees, and jobs — bulk search, collect, and enrich with multi-source firmographic and professional data.
Crustdata
Company SearchReal-time B2B data API with 340+ firmographic and people datapoints for company discovery, enrichment, people search, and live change monitoring via webhooks.
Fundable
Company SearchVC deal and startup intelligence API — 90K+ startups, 60K+ investors, funding rounds, AI-powered semantic search, and natural language deal alerts with 13 REST endpoints.