curl --request GET \
--url https://api.sociavault.com/v1/scrape/linkedin-ad-library/search \
--header 'X-API-Key: <api-key>'{
"success": true,
"ads": [
{
"id": "823975056",
"description": "The countdown has begun – grab your discounted tickets now for #FabConEurope in Vienna!\nJoin us for an unforgettable experience filled with deep learning, expert insights, and top-tier networking opportunities.\n\nRegister today and be part of the future of innovation: http://msft.it/6043sMFt3 \n\n#MicrosoftFabric",
"poster": "Microsoft",
"posterTitle": "Promoted",
"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",
"carouselImages": [
"<unknown>"
],
"adType": "Single Image Ad",
"advertiser": "Microsoft",
"advertiserLinkedinPage": "https://www.linkedin.com/company/1035",
"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": [
"<unknown>"
],
"headline": "<unknown>",
"promotedBy": "<unknown>",
"video": "<unknown>",
"cta": "<unknown>"
}
],
"paginationToken": "756412693-1754569518292",
"isLastPage": false
}Search the LinkedIn Ad Library
curl --request GET \
--url https://api.sociavault.com/v1/scrape/linkedin-ad-library/search \
--header 'X-API-Key: <api-key>'{
"success": true,
"ads": [
{
"id": "823975056",
"description": "The countdown has begun – grab your discounted tickets now for #FabConEurope in Vienna!\nJoin us for an unforgettable experience filled with deep learning, expert insights, and top-tier networking opportunities.\n\nRegister today and be part of the future of innovation: http://msft.it/6043sMFt3 \n\n#MicrosoftFabric",
"poster": "Microsoft",
"posterTitle": "Promoted",
"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",
"carouselImages": [
"<unknown>"
],
"adType": "Single Image Ad",
"advertiser": "Microsoft",
"advertiserLinkedinPage": "https://www.linkedin.com/company/1035",
"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": [
"<unknown>"
],
"headline": "<unknown>",
"promotedBy": "<unknown>",
"video": "<unknown>",
"cta": "<unknown>"
}
],
"paginationToken": "756412693-1754569518292",
"isLastPage": false
}The company name to search for. 'Microsoft' for example
"microsoft"
The keyword to search for
"scraping"
Comma separated list of countries. Example: US,CA,MX
"US,CA,MX"
Start date to search for. Format: YYYY-MM-DD
"2024-01-01"
End date to search for. Format: YYYY-MM-DD
"2024-01-10"
Pagination token to paginate through results
"640547184-1743616612000"
Successful response
true
Show child attributes
"823975056"
"The countdown has begun – grab your discounted tickets now for #FabConEurope in Vienna!\nJoin us for an unforgettable experience filled with deep learning, expert insights, and top-tier networking opportunities.\n\nRegister today and be part of the future of innovation: http://msft.it/6043sMFt3 \n\n#MicrosoftFabric"
"Microsoft"
"Promoted"
"https://media.licdn.com/dms/image/v2/D5610AQH8f223ANJdoQ/image-shrink_1280/B56ZiDa0MFHkAQ-/0/1754551502346?e=2147483647&v=beta&t=ZuZ0zUs1KInS8ysVO7FxzmlzxHP9B_JX2b6kdMU8GT4"
"Single Image Ad"
"Microsoft"
"https://www.linkedin.com/company/1035"
"http://msft.it/6043sMFt3?trk=ad_library_ad_preview_headline_content"
"Ran from Aug 10, 2025 to Aug 10, 2025"
"2025-08-10T05:00:00.000Z"
"2025-08-10T05:00:00.000Z"
"< 1k"
"756412693-1754569518292"
false