GraphIQ.ai's REST API provides developer and data engineering teams with programmatic access to our full B2B identity graph. Query 300M+ organizations, 370M+ professionals, and billions of operational signals across unified v2 endpoints. Every request returns clean, semantic JSON-LD payloads.
Traditional B2B data REST APIs force engineers to use flat query parameters. GraphIQ.ai introduces an Abstract Syntax Tree (AST) search layer. By combining nested logical operators (and, or, not, should) with precise field specifiers, you can execute highly advanced queries within a single transactional payload.
All v2 endpoints accept structured POST bodies with AST query trees. Responses return typed JSON-LD payloads with canonical entity URIs, provenance metadata, and relationship references.
| Tier | Quota/mo | Rate | Burst | Bulk endpoint |
|---|---|---|---|---|
| Pro | 50,000 calls | 10 req/s | 50 concurrent | 100 entities/call |
| Scale | 250,000 calls | 50 req/s | 200 concurrent | 500 entities/call |
| Enterprise | Custom | Custom | Custom | 5,000 entities/call |
Overage: API Pack at $99 per 25,000 additional calls. Non-expiring, stackable.
AWS Gateway-style three-dimensional throttling model (Rate, Burst, Quota), managed via Redis caches. HTTP 429 with explicit retry_after counters on limit hits.
Stackable API packs at $99 per 25,000 calls. Non-expiring, carry forward indefinitely. No hard stops.
REST for traditional integrations — ETL pipelines, batch enrichment. MCP for AI agents that need to query the graph as part of an active reasoning loop.