# Company Data Lookup for Stripe, Notion, Airbnb

**Use case:** 

Retrieve website, industry, HQ, founded year, description, and logo for companies like Stripe, Notion, and Airbnb.

## Input

```json
{
  "companyNames": [
    "Stripe",
    "Notion",
    "Airbnb"
  ],
  "companyUrls": [],
  "maxResults": 100,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "headquarters": {
    "label": "HQ",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "image"
  },
  "url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Free Company Lookup — Domain, Industry, HQ & Logo](https://apify.com/foxlabs/company-lookup-free) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/company-lookup-free) to learn more, explore other use cases, and run it yourself.