Catalog/test-data-company

Test Data

Company fixture API

Generate a deterministic fake company with domain, email, industry, employee count, and address.

Price$0.01per request
MethodGET
Route/v1/test-data/company
StatusLive
MIME typeapplication/json
Rate limit240/minute
CacheNo cache
test-datacompanyfirmographicfixture
API URLhttps://x402.hexl.dev/v1/test-data/company
Integration docs
Example request
{
  "seed": "demo"
}
Example response
{
  "company": {
    "name": "Northstar Labs",
    "domain": "northstar-labs.example.test"
  },
  "provider": "local-deterministic-test-data"
}
Input schema
{
  "type": "object",
  "properties": {
    "seed": {
      "type": "string"
    }
  }
}
Output schema
{
  "type": "object",
  "additionalProperties": true
}