Go back
Twitter Ads Scraper

Twitter Ads Scraper

v1 · 2 endpoints

Twitter Ads Scraper (2)

API Explorer

— credits
ColdIQ
APIs→Twitter Ads Scraper
Ctrl + K
Switch provider
Ctrl + P
Switch endpoint
POSThttps://api.coldiq.com/v1/twitter-ads-scraper/search0.31 cr

Start an async job to search the Twitter Ad Transparency Center for ads matching the given terms. Returns a `jobId` imme…

Authentication

No API key — create one in the dashboard

Body

Advertiser handles or keywords to search for on the Twitter Ad Transparency Center (e.g. "ColdIQ" or "@Microsoft")

maxItems·country·startDate+1 more
import requests

url = "https://api.coldiq.com/v1/twitter-ads-scraper/search"

headers = {
    "Authorization": "Bearer ",
    "Content-Type": "application/json"
}

response = requests.post(url, headers=headers)
print(response.json())