Skip to main content
GET
/
v1
/
brands
/
{brand_id}
Get brand details
curl --request GET \
  --url https://api.adspo.co/v1/brands/{brand_id} \
  --header 'x-api-key: <api-key>'
{
  "name": "Nike",
  "category": "Fashion & Apparel",
  "description": null,
  "domain": "nike.com",
  "image_uri": "https://r2.adspo.co/pages/15087023444.jpg",
  "ig_username": "nike",
  "ig_followers": "297398825",
  "facebook_likes": "39645492",
  "facebook_url": "https://www.facebook.com/nike/",
  "domain_traffic": "107785544",
  "ads": 2080,
  "creatives": 614,
  "images": {
    "ads": 1312,
    "creatives": 374
  },
  "videos": {
    "ads": 768,
    "creatives": 240
  },
  "countries": {
    "ads": {
      "US": 4916,
      "GB": 2186,
      "AU": 2026
    },
    "creatives": {
      "US": 1921,
      "GB": 837,
      "AU": 825
    }
  },
  "competitors": [
    {
      "brand_id": "333513037263180",
      "name": "Adidas",
      "score": 0.89,
      "image_uri": "https://r2.adspo.co/pages/333513037263180.jpg"
    }
  ],
  "verified": true,
  "updated_at": "2026-04-28T09:03:39Z",
  "created_at": "2026-04-20T19:06:30Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.adspo.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Adspo API key.

Path Parameters

brand_id
string
required

The Facebook Ad Library page ID of the brand.

Response

Brand details.

Full brand details.

name
string

Brand name.

category
string

Primary business category.

description
string | null

Short brand description.

domain
string

Primary website domain.

image_uri
string

Brand profile image URL.

ig_username
string | null

Instagram username.

ig_followers
string | null

Instagram follower count.

facebook_likes
string | null

Facebook page like count.

facebook_url
string | null

Facebook page URL.

domain_traffic
string | null

Estimated monthly website visits.

ads
integer

Total number of currently active ads.

creatives
integer

Total number of currently active creatives.

images
object

Active image counts split by ads and creatives.

videos
object

Active video counts split by ads and creatives.

countries
object

Active counts broken down by country code, split by ads and creatives.

competitors
object[] | null

Brands identified as likely competitors based on category, country overlap, and content similarity.

verified
boolean

Whether this brand has been manually verified.

updated_at
string

When the brand's ad data was last refreshed.

created_at
string

When the brand was added to Adspo.