Browse and search companies with filtering by industry, size, location, and foun
Browse and search companies with filtering by industry, size, location, and founding year. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://x402.orthogonal.com/signalbase/companies
| Category | Company and compliance |
|---|---|
| Provider host | x402.orthogonal.com |
| Networks | eip155:143, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.08 | 287 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"categories": {
"description": "Pipe-separated industry categories",
"type": "string"
},
"count": {
"description": "Return count of results without consuming credits",
"type": "boolean"
},
"countries": {
"description": "Comma-separated country codes",
"type": "string"
},
"domain": {
"description": "Company website domain \u2014 exact match",
"type": "string"
},
"employee_count_max": {
"description": "Maximum employee count",
"type": "integer"
},
"employee_count_min": {
"description": "Minimum employee count",
"type": "integer"
},
"exclude_countries": {
"description": "Comma-separated country names or codes to exclude",
"type": "string"
},
"founded_year_max": {
"description": "Maximum founded year",
"type": "integer"
},
"founded_year_min": {
"description": "Minimum founded year",
"type": "integer"
},
"industry": {
"description": "Comma-separated industry names \u2014 exact match",
"type": "string"
},
"limit": {
"description": "Results per page (max: 100)",
"type": "integer"
},
"linkedin_url": {
"description": "Company LinkedIn URL \u2014 exact match",
"type": "string"
},
"page": {
"description": "Page number For later pages of the same logical search, keep non-pagination parameters unchanged and pass top-level parentRequestId from the first Orthogonal /v1/run response.",
"type": "integer"
},
"search": {
"description": "Free-text search across company name, industry, description, keywords, and specialties",
"type": "string"
},
"sort_by": {
"description": "Sort field: name, employee_count, founded_year, created_at",
"type": "string"
},
"sort_order": {
"description": "Sort direction: asc or desc",
"type": "string"
},
"subcategories": {
"description": "Comma-separated subcategory IDs",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}