GET
/
api
/
v2
/
wellfound
/
company
/
info
curl --request GET \
  --url https://piloterr.com/api/v2/wellfound/company/info \
  --header 'x-api-key: <x-api-key>'
{
    "id": "141418",
    "name": "Dataiku",
    "logo": "https://photos.wellfound.com/startups/i/141418-1a571520061744ccd50545d59ed3ff93-medium_jpg.jpg?buster=1631710332",
    "slug": "dataiku",
    "headline": "Everyday AI, Extraordinary People",
    "description": "Dataiku is the platform for Everyday AI, systemizing the use of data for exceptional business results. By making the use of data and AI an everyday behavior, Dataiku unlocks the creativity within individual employees to power collective success at companies of all sizes and across all industries. \n\nDon’t get us wrong: we are a tech company building software. Our culture is even pretty geeky! But our driving force is and will always remain people, starting with ours. We consider our employees to be our most precious asset, and we are committed to ensuring that each of them gets the most rewarding, enjoyable, and memorable work experience with us. \n\nHeadquartered in New York City, Dataiku was founded in Paris in 2013 and achieved unicorn status in 2019. Now, more than 800 employees work across the globe in our offices and remotely. Backed by a renowned set of investors and partners including CapitalG, Tiger Global, and Serena, we’ve set out to build the future of AI. Let’s do it together! ",
    "is_operating": null,
    "is_incubator": false,
    "hiring": true,
    "employee_count": "1001-5000",
    "website": "http://www.dataiku.com/",
    "social_networks": [
        {
            "name": "twitter",
            "url": "http://twitter.com/dataiku"
        },
        {
            "name": "facebook",
            "url": "http://www.facebook.com/dataiku"
        },
        {
            "name": "linkedin",
            "url": "http://www.linkedin.com/company/dataiku"
        },
        {
            "name": "blog",
            "url": "http://www.dataiku.com/blog/"
        }
    ],
    "company_financials_highlights": {
        "funding_total": 837290000,
        "num_funding_rounds": 9
    }
}
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A query to search for a company. It can be: Wellfound URL or Wellfound slug

Response

company
Company Object
{
    "id": "141418",
    "name": "Dataiku",
    "logo": "https://photos.wellfound.com/startups/i/141418-1a571520061744ccd50545d59ed3ff93-medium_jpg.jpg?buster=1631710332",
    "slug": "dataiku",
    "headline": "Everyday AI, Extraordinary People",
    "description": "Dataiku is the platform for Everyday AI, systemizing the use of data for exceptional business results. By making the use of data and AI an everyday behavior, Dataiku unlocks the creativity within individual employees to power collective success at companies of all sizes and across all industries. \n\nDon’t get us wrong: we are a tech company building software. Our culture is even pretty geeky! But our driving force is and will always remain people, starting with ours. We consider our employees to be our most precious asset, and we are committed to ensuring that each of them gets the most rewarding, enjoyable, and memorable work experience with us. \n\nHeadquartered in New York City, Dataiku was founded in Paris in 2013 and achieved unicorn status in 2019. Now, more than 800 employees work across the globe in our offices and remotely. Backed by a renowned set of investors and partners including CapitalG, Tiger Global, and Serena, we’ve set out to build the future of AI. Let’s do it together! ",
    "is_operating": null,
    "is_incubator": false,
    "hiring": true,
    "employee_count": "1001-5000",
    "website": "http://www.dataiku.com/",
    "social_networks": [
        {
            "name": "twitter",
            "url": "http://twitter.com/dataiku"
        },
        {
            "name": "facebook",
            "url": "http://www.facebook.com/dataiku"
        },
        {
            "name": "linkedin",
            "url": "http://www.linkedin.com/company/dataiku"
        },
        {
            "name": "blog",
            "url": "http://www.dataiku.com/blog/"
        }
    ],
    "company_financials_highlights": {
        "funding_total": 837290000,
        "num_funding_rounds": 9
    }
}