Search Ads

Search the LinkedIn Ad Library

1 creditper request
GET
/v1/linkedin/ads/search

🤖 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.

curl "https://api.scrapecreators.com/v1/linkedin/ads/search" \
  -H "x-api-key: "
{
  "success": true,
  "ads": [
    {
      "id": "823975056",
      "description": "The countdown has begun – grab your discounted tickets now for #FabConEurope in Vienna!
Join us for an unforgettable experience filled with deep learning, expert insights, and top-tier networking opportunities.

Register today and be part of the future of innovation: http://msft.it/6043sMFt3 

#MicrosoftFabric",
      "headline": null,
      "poster": "Microsoft",
      "posterTitle": "Promoted",
      "promotedBy": null,
      "targeting": {
        "language": "Targeting includes English",
        "location": "Targeting includes Netherlands",
        "company": "Exclusion targeting applied"
      },
      "image": "https://media.licdn.com/dms/image/v2/D5610AQH8f223ANJdoQ/image-shrink_1280/B56ZiDa0MFHkAQ-/0/1754551502346?e=2147483647&v=beta&t=ZuZ0zUs1KInS8ysVO7FxzmlzxHP9B_JX2b6kdMU8GT4",
      "video": null,
      "carouselImages": [],
      "adType": "Single Image Ad",
      "advertiser": "Microsoft",
      "advertiserLinkedinPage": "https://www.linkedin.com/company/1035",
      "cta": null,
      "destinationUrl": "http://msft.it/6043sMFt3?trk=ad_library_ad_preview_headline_content",
      "adDuration": "Ran from Aug 10, 2025 to Aug 10, 2025",
      "startDate": "2025-08-10T05:00:00.000Z",
      "endDate": "2025-08-10T05:00:00.000Z",
      "totalImpressions": "< 1k",
      "impressionsByCountry": []
    },
    {
      "id": "756473943",
      "description": "Tailor your language with Microsoft 365 Copilot Chat so your message connects with any audience.",
      "headline": "Speak to your audience with Microsoft 365 Copilot Chat.",
      "poster": "Microsoft 365",
      "posterTitle": "Promoted",
      "promotedBy": null,
      "targeting": {},
      "image": null,
      "video": "https://dms.licdn.com/playlist/vid/v2/D4D10AQFRXuUWwLFasQ/mp4-720p-30fp-crf28/B4DZiFJPraHYCQ-/0/1754580468019/SRTs_Copilot_Linkedin-Theme2-15s_USA_1080x1080_VIP_SubTheme2E_COMM-EN_NA_Standard_SQV_TCN_NA_1mp4?e=2147483647&v=beta&t=O5kDsmtaT10Gp-tWI_-_gDmBXZyN02Qd2BJR_j5f5tY",
      "carouselImages": [],
      "adType": "Video Ad",
      "advertiser": "Microsoft 365",
      "advertiserLinkedinPage": "https://www.linkedin.com/company/3509299",
      "cta": "Learn more",
      "destinationUrl": "https://ad.doubleclick.net/ddm/trackclk/N572608.271051LINKEDIN/B33660529.424033181;dc_trk_aid=616963828;dc_trk_cid=237340786;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;gpp=$%7BGPP_STRING_755%7D;gpp_sid=$%7BGPP_SID%7D;ltd=;dc_tdv=1?trk=ad_library_ad_preview_headline_content",
      "adDuration": "",
      "startDate": null,
      "endDate": null,
      "totalImpressions": null,
      "impressionsByCountry": []
    }
  ],
  "paginationToken": "756412693-1754569518292",
  "isLastPage": false
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

company
string

The company name to search for. 'Microsoft' for example

Example:
microsoft
keyword
string

The keyword to search for

Example:
scraping
companyId
string

The company id to search for

Example:
157238
countries
string

Comma separated list of countries. Example: US,CA,MX

Example:
US,CA,MX
startDate
string

Start date to search for. Format: YYYY-MM-DD

Example:
2024-01-01
endDate
string

End date to search for. Format: YYYY-MM-DD

Example:
2024-01-10
paginationToken
string

Pagination token to paginate through results

Example:
640547184-1743616612000