Piloterr

LinkedIn Industries Finder

Search LinkedIn industry taxonomy to retrieve industry IDs and hierarchies for use in LinkedIn API calls and data enrichment.

GET
/v2/finder/linkedin-industries

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Restricts your search to industries that contain the supplied string.

Example:

software development

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/finder/linkedin-industries?query=string"
[
  {
    "id": 356,
    "industry_id": "4",
    "level": "3",
    "label": "Software Development",
    "hierarchie": "Retail > Professional Services > Services for Renewable Energy > Technology, Information and Media > Technology, Information and Internet > Software Development",
    "description": "This industry includes entities that publish computer software and carry out operations necessary for production and distribution, such as design, documentation, installation, and support services. They may design, develop, and publish, or publish only; they may publish and distribute remotely through subscriptions and downloads."
  },
  {
    "id": 107,
    "industry_id": "3099",
    "level": "4",
    "label": "Embedded Software Products",
    "hierarchie": "Education > Utilities > Electric Power Transmission, Control, and Distribution > Consumer Services > Repair and Maintenance > Electronic and Precision Equipment Maintenance > Technology, Information and Media > Technology, Information and Internet > Software Development > Embedded Software Products",
    "description": "This industry includes entities that produce software (or \"firmware\") for machines or devices that are not usually thought of as computers, ex: routers, refrigerators, display systems, washing machines, etc. such as, software for the internet of things but do not produce these devices."
  },
  {
    "id": 91,
    "industry_id": "3130",
    "level": "4",
    "label": "Data Security Software Products",
    "hierarchie": "Consumer Services > Financial Services > Credit Intermediation > Technology, Information and Media > Technology, Information and Internet > Data Infrastructure and Analytics > Technology, Information and Media > Technology, Information and Internet > Software Development > Data Security Software Products",
    "description": "This industry includes entities that produce software to ensure security of data and computing systems."
  },
  {
    "id": 95,
    "industry_id": "3101",
    "level": "4",
    "label": "Desktop Computing Software Products",
    "hierarchie": "Consumer Services > Professional Services > Design Services > Hospitals and Health Care > Medical Practices > Dentists > Technology, Information and Media > Technology, Information and Internet > Software Development > Desktop Computing Software Products",
    "description": "This industry includes entities that produce software which runs on desktop or laptop computers."
  },
  {
    "id": 189,
    "industry_id": "3102",
    "level": "3",
    "label": "IT System Custom Software Development",
    "hierarchie": "Hospitals and Health Care > Professional Services > IT Services and IT Consulting > Professional Services > IT Services and IT Consulting > IT System Custom Software Development",
    "description": "This industry includes entities that focus on creating, modifying, testing, and supporting software to meet the needs of a particular customer."
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}