Download OpenAPI specification:
This is the public API for Tamtam. It allows searching for lookalike companies.
Changelog V2 (2025-02-19)
Array of objects (InputCompany) List of companies to find lookalikes for | |
| queries | Array of strings Full text queries about activities |
| hq_countries | Array of strings 2 letter country codes e.g. ["FR", "DE"] |
| industries | Array of strings Linkedin Industry filters e.g. ["Software Development"], full list here "https://www.linkedin.com/pulse/full-linkedin-industry-list-2024-upamanyu-roy-krihf/" |
| sizes | Array of strings Company size filters e.g. ["11-50", "51-200"] |
| founded_min | integer Companies founded after year N |
| founded_max | integer Companies founded before year N |
| employees_on_linkedin_min | integer Min number of employees on LinkedIn |
| employees_on_linkedin_max | integer Max number of employees on LinkedIn |
object (PagingFilterV2) |
{- "input_companies": [
- {
- "linkedin_id": "string",
- "linkedin_slug": "string",
- "domain": "string",
- "name": "string"
}
], - "queries": [
- "string"
], - "hq_countries": [
- "string"
], - "industries": [
- "string"
], - "sizes": [
- "string"
], - "founded_min": 0,
- "founded_max": 0,
- "employees_on_linkedin_min": 0,
- "employees_on_linkedin_max": 0,
- "paging": {
- "limit": 0
}
}{- "matched_inputs": [
- {
- "input_company": {
- "linkedin_id": "string",
- "linkedin_slug": "string",
- "domain": "string",
- "name": "string"
}, - "matched_company": {
- "domain": "string",
- "employees_on_linkedin": 0,
- "linkedin_id": "string",
- "linkedin_slug": "string",
- "name": "string"
}, - "confidence": 0.1
}
], - "lookalikes": [
- {
- "linkedin_company": {
- "company_address": "string",
- "company_size": "string",
- "countries": [
- "string"
], - "description": "string",
- "domain": "string",
- "employees_on_linkedin": 0,
- "founded": 0,
- "headquarters": "string",
- "hq_country": "string",
- "industry": "string",
- "linkedin_id": "string",
- "linkedin_url": "string",
- "logo_url": "string",
- "name": "string",
- "organization_type": "string",
- "slug": "string",
- "tag_line": "string",
- "website": "string"
}, - "score": 0
}
], - "paging": {
- "total": 0,
- "limit": 0
}, - "credits": {
- "credits_used": 0,
- "credits_left": 0
}
}