Tamtam Public API (1.0.0)

Download OpenAPI specification:Download

This is the public API for Tamtam. It allows searching for lookalike companies.

Search for lookalike companies

Authorizations:
apikeyAuth
query Parameters
key
string

API key for authentication. Must be supplied either here or in the Authorization header.

Request Body schema: application/json
Any of
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)

Responses

Request samples

Content type
application/json
{
  • "Queries": [
    ],
  • "LinkedinIds": [
    ],
  • "LinkedinSlugs": [
    ],
  • "HqCountries": [
    ],
  • "Sizes": [
    ],
  • "FoundedMin": 0,
  • "FoundedMax": 0,
  • "EmployeesOnLinkedinMin": 0,
  • "EmployeesOnLinkedinMax": 0,
  • "Paging": {
    }
}

Response samples

Content type
application/json
{
  • "SearchLookalikes": [
    ],
  • "Paging": {
    },
  • "ApiStats": {
    }
}