/Research a company by name (or domain) and return a standardized firmographics record merged from the company website and People Data Labs.
{
"anyOf": [
{
"required": [
"company"
]
},
{
"required": [
"domain"
]
},
{
"required": [
"website"
]
}
],
"description": "Provide a company name and/or a domain/website (at least one).",
"properties": {
"company": {
"description": "Company name, e.g. \"Mollie\". A bare domain (\"mollie.com\") is also accepted.",
"type": "string"
},
"domain": {
"description": "Explicit domain, e.g. \"mollie.com\". Takes precedence over website.",
"type": "string"
},
"website": {
"description": "Explicit website URL, e.g. \"https://www.mollie.com\".",
"type": "string"
}
},
"type": "object"
}{
"properties": {
"country": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"employees": {
"description": "Estimated employee count",
"type": [
"integer",
"null"
]
},
"founded": {
"description": "Founding year",
"type": [
"integer",
"null"
]
},
"industry": {
"type": [
"string",
"null"
]
},
"linkedin": {
"type": [
"string",
"null"
]
},
"location": {
"properties": {
"country": {
"type": [
"string",
"null"
]
},
"locality": {
"type": [
"string",
"null"
]
},
"region": {
"type": [
"string",
"null"
]
}
},
"type": [
"object",
"null"
]
},
"name": {
"type": [
"string",
"null"
]
},
"query": {
"properties": {
"company": {
"type": [
"string",
"null"
]
},
"domain": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"size": {
"description": "Employee size band, e.g. 501-1000",
"type": [
"string",
"null"
]
},
"sources": {
"description": "Per-source provenance for the website scrape and the People Data Labs match.",
"properties": {
"peopledatalabs": {
"type": "object"
},
"website": {
"type": "object"
}
},
"type": "object"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
},
"website": {
"type": [
"string",
"null"
]
}
},
"type": "object"
}{
"company": "Mollie"
}{
"country": "netherlands",
"description": "Start growing your business with Mollie Payments, for online and in-person payments.",
"employees": 998,
"founded": 2004,
"industry": "financial services",
"linkedin": "linkedin.com/company/mollie",
"location": {
"country": "netherlands",
"locality": "amsterdam",
"region": "north holland"
},
"name": "Mollie",
"query": {
"company": "Mollie",
"domain": "mollie.com"
},
"size": "501-1000",
"sources": {
"peopledatalabs": {
"id": "2WNhA53nWJBVAHCTOCSy1Qt5zf6U",
"matched": true,
"status": 200
},
"website": {
"description": "Start growing your business with Mollie Payments.",
"fetched": true,
"finalUrl": "https://www.mollie.com/",
"status": 200,
"title": "Mollie – Online and in-person payments built for businesses of every size",
"url": "https://mollie.com"
}
},
"tags": [
"online payments",
"ideal",
"paypal",
"mastercard",
"visa"
],
"website": "https://mollie.com"
}