Clay Icon

How to Identify Active Facebook Advertisers Using FB Ads Library

ยท
ยท

is there a way to scrape FB ads library so i can find businesses that are actively running ads? OR filter through a list of companies that have the FB ad pixel and google ad pixel installed and see which ones are actively running ads and which ones arent?

  • Avatar of Nikita S.
    Nikita S.
    ยท
    ยท

    You can add an HTTP API enrichment column and call ScrapingBee to execute a JS code on their website's home page here are the params to pass when scraping (still needs to be tested): { "render_js": "true", "js_snippet": "return typeof fbq === 'function' ? 'True' : 'False';" } If it returns True it means that it found the FB ad pixel

  • Avatar of Jacques A.
    Jacques A.
    ยท
    ยท

    You can copy my template, it gives you the number of active Facebook ads : https://app.clay.com/shared-table/share_GJZc7bsYhACP

  • Avatar of Abdel S.
    Abdel S.
    ยท
    ยท

    Thank you both!