Skip to main content
GET
/
v2
/
pricing
Get pricing for a country
curl --request GET \
  --url https://api.topograph.co/v2/pricing \
  --header 'x-api-key: <api-key>'
{
  "blocks": [
    {
      "sku": "ita-company-data",
      "datapoints": [
        "company",
        "legalRepresentatives"
      ],
      "modes": {},
      "includedDocuments": [
        "trade_register_extract"
      ]
    }
  ],
  "companyProfile": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "ultimateBeneficialOwners": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "availableDocuments": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "company": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "legalRepresentatives": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "otherKeyPersons": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "establishments": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "shareholders": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "subsidiaries": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "graph": {
    "available": true,
    "price": 1.5,
    "pricingMode": "variable"
  },
  "monitoring": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.topograph.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

countryCode
enum<string>
required

The country code in ISO 3166-1 alpha-2 format (e.g., "FR" for France, "DE" for Germany).

Available options:
AT,
BE,
BG,
CH,
CN,
CZ,
CY,
DE,
DK,
EE,
ES,
FI,
FR,
GB,
GG,
GR,
HK,
HR,
HU,
IE,
IS,
IT,
JE,
LI,
LU,
LV,
MC,
MT,
MU,
NL,
NO,
PL,
PT,
RO,
SE,
SG,
SI,
SK,
VG
Example:

"FR"

Response

200 - application/json

Pricing information retrieved successfully

blocks
object[]
required

Data blocks with per-mode pricing, datapoint coverage, and included documents

companyProfile
object
required

Company profile pricing (legacy, maps to company + legalRepresentatives block)

ultimateBeneficialOwners
object
required

Ultimate beneficial owners pricing

availableDocuments
object
required

Available documents (always free)

company
object

Company data pricing

Legal representatives pricing (included in company block)

otherKeyPersons
object

Other key persons pricing (included in company block)

establishments
object

Establishments pricing (included in company block)

shareholders
object

Shareholders pricing

subsidiaries
object

Subsidiaries pricing (downstream equity participations)

graph
object

Ownership graph pricing

monitoring
object

Datapoints auto-monitored at zero cost (derived from zero-cost blocks)