v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

List custom industry entities

Returns a list of entities (domains/segments) for a given custom industry

get/industry-analysis/custom-industries/describe

Query parameters

api_keystring required
custom_industrystring required

Enter a Custom Industry ID, as defined on the Similarweb platform. Without brackets {}.

Response

200

Example response

{
  "response": {
    "custom_industries": [
      {
        "type": "domain",
        "domain": "bsky.app"
      }
    ]
  }
}