Download OpenAPI specification:Download
This is the public API for Tamtam. It allows searching for lookalike companies.
| key | string API key for authentication. Must be supplied either here or in the Authorization header. |
| Queries required | Array of strings Full text about the activity e.g. ["Location Intelligence Saas"] |
| LinkedinIds | Array of strings LinkedIn id, e.g. ["13224055"] for my-traffic (more reliable than linkedinSlugs) |
| LinkedinSlugs | Array of strings LinkedIn handle in url, e.g. ["my-traffic"] |
| HqCountries | Array of strings 2 letter country codes e.g. ["FR", "DE"] |
| Sizes | Array of strings Company size e.g. ["1-10", "11-50", "51-200", "201-500", "501-1000", "1001-5000", "5001-10000", "10001+"] |
| FoundedMin | integer Companies founded after year N e.g. 2020 |
| FoundedMax | integer Companies founded before year N e.g. 2020 |
| EmployeesOnLinkedinMin | integer Min number of employees (on LinkedIn) |
| EmployeesOnLinkedinMax | integer Max number of employees (on LinkedIn) |
object (PagingFilter) |
{- "Queries": [
- "string"
], - "LinkedinIds": [
- "string"
], - "LinkedinSlugs": [
- "string"
], - "HqCountries": [
- "string"
], - "Sizes": [
- "string"
], - "FoundedMin": 0,
- "FoundedMax": 0,
- "EmployeesOnLinkedinMin": 0,
- "EmployeesOnLinkedinMax": 0,
- "Paging": {
- "Limit": 0
}
}{- "SearchLookalikes": [
- {
- "LinkedinCompany": {
- "Slug": "string",
- "Name": "string",
- "Logo": "string",
- "Banner": "string",
- "Description": "string",
- "TagLine": "string",
- "Followers": 0,
- "Website": "string",
- "Domain": "string",
- "Location": "string",
- "CountryCodes": "string",
- "CompanyAddress": "string",
- "Industry": "string",
- "OrganizationType": "string",
- "CompanySize": "string",
- "Headquarters": "string",
- "LinkedinId": "string",
- "EmployeesOnLinkedin": 0,
- "LinkedinUrl": "string",
- "Founded": 0,
- "LogoBase64": "string",
- "HqCountry": "string"
}, - "Score": 0
}
], - "Paging": {
- "Total": 0,
- "Limit": 0
}, - "ApiStats": {
- "ResponseTimeMs": 0,
- "CreditsUsed": 0,
- "CreditsLeft": 0
}
}