Table of Contents

    Leveraging external data can be a complex, time-consuming and costly endeavor. Finding the right data sources, understanding the attributes that matter, cleaning, matching and integrating it with your internal data all require significant effort – that can be hard to justify without the assurance of a tangible return on investment.

    Introducing Explorium’s new Data Bundle API

    Explorium’s API simplifies the process of data enrichment. It provides access to the world of external data over an API call. Our data covers Company, Individual and Geospatial data. Among the attributes available are: number of employees, revenue, number of locations, employee growth YoY, website visitors, emails, phone numbers, job titles, points of interest and (thousands!) more.

    Explorium provides 500 free enrichments per month to make it easy to test out our data or integrate external data into your applications. With this offer, you can use our API to quickly and seamlessly incorporate our data into your machine learning models, applications, and other processes. This is without having to manually gather and process data from multiple sources.

    Let’s see how easy it is. Here’s how we enrich Tesla with firmographic data:

    POST https://app.explorium.ai/api/bundle/v1/enrich/firmographics
    [
      { 
        "company": "Tesla"
      }
    ]

    … and Explorium responds with:

    [
      {
        "Company name": "tesla",
        "Company legal name": "tesla inc",
        "Company website": "http://www.tesla.com",
        "Number of employees range all sites": "10001+",
        "Number of employees range site specific": "10001+",
        "Yearly revenue range all sites": "10B-100B",
        "Yearly revenue range site specific": "10B-100B",
        "NAICS": "336111",
        "NAICS description": "Automobile Manufacturing",
        "NAICS sector code": "33",
        "NAICS sector description": "Manufacturing",
        "NAICS industry group code": "3361",
        "NAICS industry group description": "Motor Vehicle Manufacturing",
        "Google business category": "corporate campus",
        "LinkedIn industry category": "accomodation services",
        "ISIC code": null,
        "SIC code": "3711",
        "DUNS": "148284255",
        "Local registration number": "us-91-2197729",
        "Business description": "Tesla Inc (Tesla) is an automotive and energy company. It designs, develops, manufactures, and sells, and leases fully electric vehicles and energy generation and storage systems. The company produces and sells the Model Y, Model 3, Model X, Model S, Cybertruck, Tesla Semi, and Tesla Roadster vehicles. Tesla also installs and maintains energy systems and sells solar electricity; and offers end-to-end clean energy products, including generation, storage, and consumption. It markets and sells vehicles to consumers through a network of company-owned stores and galleries. The company has manufacturing facilities in the US and China. Tesla is headquartered in Palo Alto, California, the US.The company reported revenues of (US Dollars) US$31,536 million for the fiscal year ended December 2020 (FY2020), an increase of 28.3% over FY2019. The operating profit of the company was US$1,994 million in FY2020, compared to an operating loss of US$69 million in FY2019. The net profit of the company was US$690 million in FY2020, compared to a net loss of US$870 million in FY2019.",
        "Company's number of locations": "1001+",
        "Company phone number": "16506815000",
        "Company's email": null,
        "Entity hierarchy type": "ultimate parent headquarter",
        "Foundation year": 2003,
        "Parent company": null,
        "Ultimate parent name": "tesla motors",
        "Ultimate parent DUNS": null,
        "Country": "united states",
        "Region": "us-ca",
        "City": "palo alto",
        "Street": "3500 deer creek road",
        "ZIP code / postal code": "94304",
        "Company location latitude degrees": "37.394292",
        "Company location longitude degrees": "-122.150617",
        "Ticker symbol": "nasdaq:tsla",
        "Confidence Score": 100,
        "Company's credit score": null,
        "Company's credit score category": null
      }
    ]

    In order to use the API, you’ll need to sign up, copy your API key from the platform, and start using the API. It takes about a minute, and you can start by signing up here.

    We recommend to visit the API documentation to view the vast data explorium offers and how to query it, and visit our data catalog to easily explore our data. This way, you’ll be up and running with Explorium’s data in no time.