DATASET_ACCESS_001
Unlimited
company data
48 million companies across six datasets, behind one flat-rate API. No credits, no seats — you only pay for records you actually get, and empty results are free. Built for AI agents that make ten thousand queries before lunch.
TABLE_001 / DATASETS
What's inside
| Dataset | Records | Contents |
|---|---|---|
| companies | 36.1M | Global company graph: name, domain, LinkedIn, industry, size, location |
| local | 2.3M | US local businesses with category, phone, reviews, socials + generic email |
| places | 4.9M | Google Maps places: category, address, phone, rating, lat/lng — growing weekly |
| ecommerce | 2.9M | Online stores: platform, revenue estimates, installed apps, tech, social reach |
| startups | 1.7M | Funding rounds, investors, categories, growth signals |
| saas | 170k | SaaS companies with department headcounts and keywords |
Live counts, allowed filters and query hints: GET /v1/datasets
SPEC_001 / QUICKSTART
One request to first data
curl -X POST https://api.tamgraph.com/v1/search/ecommerce \
-H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" \
-d '{"filters": {"platform": "Shopify", "country": "US",
"monthly_sales_gte": 100000}, "limit": 25}'
POST /v1/search/{dataset}
Exact values, lists (OR), _gte/_lte ranges. Cursor pagination with no depth limit. Unknown filters return 400 with the allowed list, so agents self-correct.
GET /v1/company/{domain}
One merged record across every dataset — firmographics, funding, store revenue, generic inboxes, and the verified email pattern.
GET /v1/email-pattern/{domain}
Email naming pattern (first.last, flast, …) observed from verified deliveries, plus generic inboxes and MX records.
PRICE_001 / FLAT RATE
Pricing
TIER_00
Free
$0 · no card required
- 2,500 records per day
- All six datasets, all endpoints
- Key issued instantly on signup
TIER_01
Starter
$49 / month · cancel anytime
- 50,000 records per month
- 120 requests per minute
- All six datasets, all endpoints
TIER_02
Unlimited
$249 / month · cancel anytime
- No record caps — query the whole graph
- 300 requests per minute
- Fair use: 500k records/day
Metered on records returned — requests with zero results are free