GET
/
api
/
v2
/
wellfound
/
company
/
info
curl --location --request GET 'https://piloterr.com/api/v2/wellfound/company/info?query=https://wellfound.com/company/dataiku' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "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
string

The company id

name
string

The company name

logo
string

The company logo

headline
string

The company headline

description
string

The company description

website
string

The company website

company_size
string

The company size

hiring
boolean

The company hiring status

is_operating
boolean

The company operating status

is_incubator
boolean

The company incubator status

social_networks
array

Company social networks : twitter, facebook, linkedin, blog, producthunt.

name
string

The social network name

url
string

The social network url

company_financials_highlights
object
funding_total
number

The company total funding

num_funding_rounds
number

The company number of funding rounds