v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

List all the major social media networking accounts belong to the company.

This is a list of major active social networking accounts owned or managed by the corresponding organization.

get/api/v2/companies/{id}/socialmedia

Path parameters

idinteger required

The id of the target company.

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30 | 50 | 100 | 250
Example:10

The number of result items in a single response.

querystring
Example:acmeinc.com

The value will be searched in the Media, Url and Domain response fields.

Response

Success

Mediastring

The name of the major social media.

Urlstring

The URL of the account.

Domainstring

The related domain of the social media account.

Example response

[
  {
    "Media": "instagram",
    "Url": "https://www.facebook.com/acmeinc",
    "Domain": "acmeinc.com"
  }
]