Scrape Creators Documentation
IntroductionInstagram
LinkedIn

TikTok
GETProfile
GETUser's Audience Demographics
GETProfile Videos
GETProfile Videos (We handle pagination)
GETVideo Info
GETTranscript
GETComments
GETFollowing
GETFollowers
GETSearch Users
GETSearch by Hashtag
GETSearch by Keyword
GETGet popular songs
GETGet Song Details
GETTikToks using Song
GETProfile
GETPosts
GETPost/Reel Info
GETTranscript
GETReels
GETReels (We handle pagination)
GETStory Highlights
GETHighlights Details
YouTube
GETChannel Details
GETChannel Videos
GETChannel Shorts
GETChannel Shorts (we handle the pagination)
GETVideo/Short Details
GETTranscript
GETSearch
GETSearch by Hashtag
GETComments
GETProfile
Twitch
GETClip
Kick
GETClip
Snapchat
GETUser Profile
Age and Gender
GETGet Age and Gender

Scrape Creators
GETGet credit balance
API Documentation
TikTok
YouTube
Facebook Ad Library
Google Ad Transparency
LinkedIn Ad Library
Truth Social
Twitch
Kick
Snapchat
Age and Gender

Scrape Creators
Company Ads
Get the ads for a company. *This only gets the public ads. Some ads you need to log in for and sadly we can't get those.
GET
/v1/google/company/ads
🤖 Why Code When AI Can Do It For You?
Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Copy
curl "https://api.scrapecreators.com/v1/google/company/ads" \
-H "x-api-key: "
Copy
{
"ads": [
{
"advertiserId": "AR01614014350098432001",
"creativeId": "CR10449491775734153217",
"format": "text",
"adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217",
"advertiserName": "Lululemon Athletica Canada Inc.",
"domain": "lululemon.com",
"firstShown": "2023-12-29T21:59:16.000Z",
"lastShown": "2025-03-28T01:46:12.000Z"
},
{
"advertiserId": "AR01614014350098432001",
"creativeId": "CR08077733302133325825",
"format": "video",
"adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR08077733302133325825",
"advertiserName": "Lululemon Athletica Canada Inc.",
"domain": "lululemon.com",
"firstShown": "2025-02-03T19:49:57.000Z",
"lastShown": "2025-03-28T01:43:03.000Z"
}
],
"cursor": "CgoAP7znOo9RPjf%2FEhD5utgx8m75NrTTbU0AAAAAGgn8%2BJyW%2BJQK40A%3D",
"success": true,
"statusCode": 200
}
Headers
x-api-key
string
Your Scrape Creators API key
Query Parameters
domain
string
The domain of the company
advertiser_id
string
The advertiser id of the company
topic
string
The topic to search for. If you search for 'political', you will also need to pass a 'region', like 'US' or 'AU'
Available options:
all
, political
region
string
The region to search for. Defaults to anywhere
cursor
string
Cursor to paginate through results
Copy
curl "https://api.scrapecreators.com/v1/google/company/ads" \
-H "x-api-key: "
Copy
{
"ads": [
{
"advertiserId": "AR01614014350098432001",
"creativeId": "CR10449491775734153217",
"format": "text",
"adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR10449491775734153217",
"advertiserName": "Lululemon Athletica Canada Inc.",
"domain": "lululemon.com",
"firstShown": "2023-12-29T21:59:16.000Z",
"lastShown": "2025-03-28T01:46:12.000Z"
},
{
"advertiserId": "AR01614014350098432001",
"creativeId": "CR08077733302133325825",
"format": "video",
"adUrl": "https://adstransparency.google.com/advertiser/AR01614014350098432001/creative/CR08077733302133325825",
"advertiserName": "Lululemon Athletica Canada Inc.",
"domain": "lululemon.com",
"firstShown": "2025-02-03T19:49:57.000Z",
"lastShown": "2025-03-28T01:43:03.000Z"
}
],
"cursor": "CgoAP7znOo9RPjf%2FEhD5utgx8m75NrTTbU0AAAAAGgn8%2BJyW%2BJQK40A%3D",
"success": true,
"statusCode": 200
}