[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"api-page:linkedin-ad-library-api":3,"api-discussions:linkedin-ad-library-api":227},{"status":4,"api":5,"seo":222},"success",{"blocked":6,"description":7,"about":8,"stats":9,"name":11,"title":12,"slug":13,"logo":14,"created_at":15,"agent":16,"user":28,"endpoint_groups":31,"faqs":134,"features":141,"periodic_plans":142,"payasyougo_plans":191,"createdAtText":221},false,"Access LinkedIn’s public ad library data programmatically from the LinkedIn Ad Library, allowing you to search ads by company, keyword, date or country and retrieve detailed ad creatives, formats, and run dates.","# LinkedIn Ad Library API\n\nScrape Ad Library data from LinkedIn easily with LinkedIn Ad Library API.\n\n## About\n\nLinkedIn is a business and employment-focused social media platform that works through websites and mobile apps. It was launched on May 5, 2003 by Reid Hoffman and Eric Ly. Since December 2016, LinkedIn has been a wholly owned subsidiary of Microsoft. The platform is primarily used for professional networking and career development, and allows jobseekers to post their CVs and employers to post jobs. From 2015, most of the company's revenue came from selling access to information about its members to recruiters and sales professionals. LinkedIn has more than 1 billion registered members from over 200 countries and territories.\n\n## Why should you use it?\nIt provides a structured way to access LinkedIn Ad Library data, enabling easy processing without the need for login credentials or session cookies.\n\n## Supported Ad Types\n\n* **SINGLE_IMAGE_AD**\n* **VIDEO_AD**\n* **DOCUMENT_AD**\n* **TEXT_AD**\n* **SPOTLIGHT_AD**\n* **CAROUSEL_AD**\n* **FOLLOW_COMPANY_AD**\n* **JOB_AD**\n* **LINKEDIN_ARTICLE_AD**\n* **EVENT_AD**\n* **MESSAGE_AD**\n\n## How to use\n\n### Get by ID\n\nTo use this endpoint you need to supply ad ID. Usually you find ad that you are interested in. URL could look like this: `https://www.linkedin.com/ad-library/detail/971486723`. In this case ID is `971486723`.\n\nService will return response in this format:\n\n```json\n{\n\t\"id\": 1001277563,\n\t\"url\": \"https://www.linkedin.com/ad-library/detail/1001277563\",\n\t\"format\": \"VIDEO_AD\",\n\t\"advertiser\": {\n\t\t\"name\": \"JN\",\n\t\t\"url\": \"https://www.linkedin.com/company/1211515?trk=ad_library_ad_preview_advertiser\",\n\t\t\"logo\": \"https://media.licdn.com/dms/image/v2/D4E0BAfasdQFIxLcCtbdBEw/company-logo_100_100/company-logo_100_100/0/17151123703491195/jetbrains_logo?e=17663213620800&v=beta&t=XDs3I_n1d7H-OVKK04h_LdRL_-9vWNsxaweWD9euBm9Zw\"\n\t},\n\t\"title\": \"Junie,\",\n\t\"body\": \"Trusted and reliable AI agent\",\n\t\"buttons\": [\n\t\t\"Learn more\"\n\t],\n\t\"impressions\": [\n\t\t{\n\t\t\t\"country\": \"Poland\",\n\t\t\t\"impressions\": \"10000-50000\",\n\t\t\t\"estimatedMin\": 10000,\n\t\t\t\"estimatedMax\": 50000\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Belarus\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Brazil\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Switzerland\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t}\n\t],\n\t\"totalImpression\": {\n\t\t\"raw\": \"10k-50k\",\n\t\t\"estimatedMin\": 10000,\n\t\t\"estimatedMax\": 50000\n\t},\n\t\"period\": {\n\t\t\"start\": \"2025-10-20\",\n\t\t\"end\": \"2025-11-10\"\n\t},\n\t\"targetingSettings\": [\n\t\t{\n\t\t\t\"target\": \"Language\",\n\t\t\t\"value\": \"Targeting includes English\"\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Location\",\n\t\t\t\"value\": \"Targeting includes Poland\"\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Audience\",\n\t\t\t\"value\": \"Exclusion targeting applied\"\n\t\t}\n\t],\n\t\"imageUrls\": [],\n\t\"videoUrls\": [\n\t\t\"https://dms.licdn.com/playlist/vid/v2/D4D10AdsfdsQEy0ZuHsvV-EA/mp4-360p-30fp-crf28/B4DZoBk.alKQCQ-/0/176096303268879/JB_External_Main_Video_ENG_subsmp4?e=214748323647&v=beta&t=dwvnJP6GrPI6r9Ufsda9bZSyRePWdr9f_xkHt0fdsafgTKE2gcOk\"\n\t],\n\t\"paidBy\": \"JN\",\n\t\"clickUrl\": \"https://www.jn.com/junie/t\",\n\t\"event\": null\n}\n```\n\n### Get by URL\n\nTo use this endpoint you need to supply ad URL. Usually you find ad that you are interested in. URL could look like this: `https://www.linkedin.com/ad-library/detail/971486723`. \n\nIn this example request would look like this: `https://linkedin-ad-library-api2.p.rapidapi.com/ads/by-url?url=https%3A%2F%2Fwww.linkedin.com%2Fad-library%2Fdetail%2F971486723`\n\nURL should be base64 encoded.\n\nService will return response in this format:\n\n```json\n{\n\t\"id\": 1001277563,\n\t\"url\": \"https://www.linkedin.com/ad-library/detail/1001277563\",\n\t\"format\": \"VIDEO_AD\",\n\t\"advertiser\": {\n\t\t\"name\": \"JN\",\n\t\t\"url\": \"https://www.linkedin.com/company/1211515?trk=ad_library_ad_preview_advertiser\",\n\t\t\"logo\": \"https://media.licdn.com/dms/image/v2/D4E0BAfasdQFIxLcCtbdBEw/company-logo_100_100/company-logo_100_100/0/17151123703491195/jetbrains_logo?e=17663213620800&v=beta&t=XDs3I_n1d7H-OVKK04h_LdRL_-9vWNsxaweWD9euBm9Zw\"\n\t},\n\t\"title\": \"Junie,\",\n\t\"body\": \"Trusted and reliable AI agent\",\n\t\"buttons\": [\n\t\t\"Learn more\"\n\t],\n\t\"impressions\": [\n\t\t{\n\t\t\t\"country\": \"Poland\",\n\t\t\t\"impressions\": \"10000-50000\",\n\t\t\t\"estimatedMin\": 10000,\n\t\t\t\"estimatedMax\": 50000\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Belarus\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Brazil\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t},\n\t\t{\n\t\t\t\"country\": \"Switzerland\",\n\t\t\t\"impressions\": \"100-500\",\n\t\t\t\"estimatedMin\": 100,\n\t\t\t\"estimatedMax\": 500\n\t\t}\n\t],\n\t\"totalImpression\": {\n\t\t\"raw\": \"10k-50k\",\n\t\t\"estimatedMin\": 10000,\n\t\t\"estimatedMax\": 50000\n\t},\n\t\"period\": {\n\t\t\"start\": \"2025-10-20\",\n\t\t\"end\": \"2025-11-10\"\n\t},\n\t\"targetingSettings\": [\n\t\t{\n\t\t\t\"target\": \"Language\",\n\t\t\t\"value\": \"Targeting includes English\"\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Location\",\n\t\t\t\"value\": \"Targeting includes Poland\"\n\t\t},\n\t\t{\n\t\t\t\"target\": \"Audience\",\n\t\t\t\"value\": \"Exclusion targeting applied\"\n\t\t}\n\t],\n\t\"imageUrls\": [],\n\t\"videoUrls\": [\n\t\t\"https://dms.licdn.com/playlist/vid/v2/D4D10AdsfdsQEy0ZuHsvV-EA/mp4-360p-30fp-crf28/B4DZoBk.alKQCQ-/0/176096303268879/JB_External_Main_Video_ENG_subsmp4?e=214748323647&v=beta&t=dwvnJP6GrPI6r9Ufsda9bZSyRePWdr9f_xkHt0fdsafgTKE2gcOk\"\n\t],\n\t\"paidBy\": \"JN\",\n\t\"clickUrl\": \"https://www.jn.com/junie/t\",\n\t\"event\": null\n}\n```\n\n### Search Ads\n\nSearch parameters:\n\n* **keyword** - filter ads by given keyword. Either `keyword` or `accountOwner` is required.\n* **accountOwner** - filter ads by account that owns ads. Either `keyword` or `accountOwner` is required\n* **countries** - filter ads by country they are shown.\n* **dateOption** - filter ads by dates when they were published\n* **startDate** - filter ads that were shown from `startDate`. Used only if `dateOption` is `custom-date-range`\n* **endDate** - filter ads that were shown before `endDate`. Used only if `dateOption` is `custom-date-range`\n* **paginationToken** - pagination token for the next page. On first request `paginationToken` is not required. If user wants next page for given search criteria, it needs to supply `paginationToken`\n\nExample response:\n\n```json\n{\n    \"ads\": [\n        {\n            \"url\": \"https://www.linkedin.com/ad-library/detail/971486723\"\n        },\n        {\n            \"url\": \"https://www.linkedin.com/ad-library/detail/971602313\"\n        },\n        {\n            \"url\": \"https://www.linkedin.com/ad-library/detail/971602233\"\n        },\n        {\n            \"url\": \"https://www.linkedin.com/ad-library/detail/971654423\"\n        },\n        {\n            \"url\": \"https://www.linkedin.com/ad-library/detail/971572633\"\n        }\n    ],\n    \"isLastPage\": false,\n    \"paginationToken\": \"97-1764\"\n}\n```\n\nPosible values for `countires`: \"AD\",\"AE\",\"AF\",\"AG\",\"AI\",\"AL\",\"AM\",\"AN\",\"AO\",\"AQ\",\"AR\",\"AS\",\"AT\",\"AU\",\n          \"AW\",\"AX\",\"AZ\",\"BA\",\"BB\",\"BD\",\"BE\",\"BF\",\"BG\",\"BH\",\"BI\",\"BJ\",\"BM\",\"BN\",\n          \"BO\",\"BR\",\"BS\",\"BT\",\"BV\",\"BW\",\"BY\",\"BZ\",\"CA\",\"CB\",\"CC\",\"CD\",\"CF\",\"CG\",\n          \"CH\",\"CI\",\"CK\",\"CL\",\"CM\",\"CN\",\"CO\",\"CR\",\"CS\",\"CU\",\"CV\",\"CX\",\"CY\",\"CZ\",\n          \"DE\",\"DJ\",\"DK\",\"DM\",\"DO\",\"DZ\",\"EC\",\"EE\",\"EG\",\"EH\",\"ER\",\"ES\",\"ET\",\"FI\",\n          \"FJ\",\"FK\",\"FM\",\"FO\",\"FR\",\"GA\",\"GB\",\"GD\",\"GE\",\"GF\",\"GG\",\"GH\",\"GI\",\"GL\",\n          \"GM\",\"GN\",\"GP\",\"GQ\",\"GR\",\"GS\",\"GT\",\"GU\",\"GW\",\"GY\",\"HK\",\"HM\",\"HN\",\"HR\",\n          \"HT\",\"HU\",\"ID\",\"IE\",\"IL\",\"IM\",\"IN\",\"IO\",\"IQ\",\"IR\",\"IS\",\"IT\",\"JE\",\"JM\",\n          \"JO\",\"JP\",\"KE\",\"KG\",\"KH\",\"KI\",\"KM\",\"KN\",\"KO\",\"KP\",\"KR\",\"KW\",\"KY\",\"KZ\",\n          \"LA\",\"LB\",\"LC\",\"LI\",\"LK\",\"LR\",\"LS\",\"LT\",\"LU\",\"LV\",\"LY\",\"MA\",\"MC\",\"MD\",\n          \"ME\",\"MG\",\"MH\",\"MK\",\"ML\",\"MM\",\"MN\",\"MO\",\"MP\",\"MQ\",\"MR\",\"MS\",\"MT\",\"MU\",\n          \"MV\",\"MW\",\"MX\",\"MY\",\"MZ\",\"NA\",\"NC\",\"NE\",\"NF\",\"NG\",\"NI\",\"NL\",\"NO\",\"NP\",\n          \"NR\",\"NU\",\"NZ\",\"OM\",\"PA\",\"PE\",\"PF\",\"PG\",\"PH\",\"PK\",\"PL\",\"PM\",\"PN\",\"PR\",\n          \"PS\",\"PT\",\"PW\",\"PY\",\"QA\",\"RE\",\"RO\",\"RS\",\"RU\",\"RW\",\"SA\",\"SB\",\"SC\",\"SD\",\n          \"SE\",\"SG\",\"SH\",\"SI\",\"SJ\",\"SK\",\"SL\",\"SM\",\"SN\",\"SO\",\"SR\",\"SS\",\"ST\",\"SV\",\n          \"SY\",\"SZ\",\"TC\",\"TD\",\"TF\",\"TG\",\"TH\",\"TJ\",\"TK\",\"TL\",\"TM\",\"TN\",\"TO\",\"TP\",\n          \"TR\",\"TT\",\"TV\",\"TW\",\"TZ\",\"UA\",\"UG\",\"US\",\"UY\",\"UZ\",\"VA\",\"VC\",\"VE\",\"VG\",\n          \"VI\",\"VN\",\"VU\",\"WF\",\"WS\",\"YE\",\"YT\",\"YU\",\"ZA\",\"ZM\",\"ZW\" \n\nPossible values for `dateOption`: \n\n* **last-30-days** - show only ads that were active in last 30 days\n* **current-month** - show only ads that were active this month\n* **current-year** - show only ads that were active in current year\n* **last-year** - show only ads that were active in last year \n* **custom-date-range** - use custom date range\n\n-------\n**100% GDPR compliant**. We don’t have any databases.\n\n------------\n**DISCLAIMER**: This API provider is not affiliated with LinkedIn in any way.",{"score":10},"2.32","LinkedIn Ad Library","LinkedIn Ad Library API","linkedin-ad-library-api","https://cdn.jojapi.com/api/525ec722-ab23-473c-8098-c129f033381a","2026-09-04 22:00:09",{"enabled":17,"closed":18,"request_enabled":17,"catalog_url":19,"discovery_url":20,"directory_url":21,"rails":22,"networks":25,"docs":27},true,null,"https://linkedin-ad-scraper.jojapi.net/_jojapi/agent/plans","https://linkedin-ad-scraper.jojapi.net/.well-known/x402","https://agents.jojapi.net/apis/linkedin-ad-library-api",[23,24],"x402","mpp",[26],"eip155:8453","https://docs.jojapi.com/consumers/agents",{"nick":29,"name":30,"verified":6,"website":18},"gen-first","Gen First",[32],{"endpoints":33,"name":133,"description":41,"ungrouped":17},[34,79,106],{"blocked":6,"hidden":6,"agent_price":35,"credits":18,"flexible_credits_description":18,"consumptions":36,"description":43,"method":44,"name":45,"url_path":46,"root_url":47,"parameters":48,"responses":64,"result_stats":75},0.01,[37],{"name":38,"slug":39,"cost":40,"label":41,"avg":42},"Requests","requests","1","",1,"Search for ads based on provided criteria.\n \nAccepts search parameters in the body and returns matching ads with extracted IDs.","POST","Search Ads","/ads/search","https://linkedin-ad-scraper.jojapi.net",{"url":49,"header":50,"post":57,"body":58,"path":63},[],[51],{"key":52,"is_auth":17,"example":53,"example_disabled":17,"example_type":54,"name":55,"description":53,"required":17,"always_error":56},"X-JoJAPI-Key","You must log in to get API key","string","JoJ API Key","Please log in to get API key",[],[59],{"key":18,"example":60,"schema":61,"example_disabled":6,"example_type":54,"value_type":54,"enum_values":18,"default_value":41,"required":6,"name":18,"description":62},"{\"keyword\":\"jetbrains\",\"accountOwner\":\"jetbrains\",\"countries\":[\"US\"],\"dateOption\":\"custom-date-range\",\"startDate\":\"2025-12-05\",\"endDate\":\"2025-12-06\",\"paginationToken\":\"token\"}","{\"type\":\"object\",\"properties\":{\"keyword\":{\"type\":\"string\"},\"accountOwner\":{\"type\":\"string\"},\"countries\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"enum\":[\"AD\",\"AE\",\"AF\",\"AG\",\"AI\",\"AL\",\"AM\",\"AN\",\"AO\",\"AQ\",\"AR\",\"AS\",\"AT\",\"AU\",\"AW\",\"AX\",\"AZ\",\"BA\",\"BB\",\"BD\",\"BE\",\"BF\",\"BG\",\"BH\",\"BI\",\"BJ\",\"BM\",\"BN\",\"BO\",\"BR\",\"BS\",\"BT\",\"BV\",\"BW\",\"BY\",\"BZ\",\"CA\",\"CB\",\"CC\",\"CD\",\"CF\",\"CG\",\"CH\",\"CI\",\"CK\",\"CL\",\"CM\",\"CN\",\"CO\",\"CR\",\"CS\",\"CU\",\"CV\",\"CX\",\"CY\",\"CZ\",\"DE\",\"DJ\",\"DK\",\"DM\",\"DO\",\"DZ\",\"EC\",\"EE\",\"EG\",\"EH\",\"ER\",\"ES\",\"ET\",\"FI\",\"FJ\",\"FK\",\"FM\",\"FO\",\"FR\",\"GA\",\"GB\",\"GD\",\"GE\",\"GF\",\"GG\",\"GH\",\"GI\",\"GL\",\"GM\",\"GN\",\"GP\",\"GQ\",\"GR\",\"GS\",\"GT\",\"GU\",\"GW\",\"GY\",\"HK\",\"HM\",\"HN\",\"HR\",\"HT\",\"HU\",\"ID\",\"IE\",\"IL\",\"IM\",\"IN\",\"IO\",\"IQ\",\"IR\",\"IS\",\"IT\",\"JE\",\"JM\",\"JO\",\"JP\",\"KE\",\"KG\",\"KH\",\"KI\",\"KM\",\"KN\",\"KO\",\"KP\",\"KR\",\"KW\",\"KY\",\"KZ\",\"LA\",\"LB\",\"LC\",\"LI\",\"LK\",\"LR\",\"LS\",\"LT\",\"LU\",\"LV\",\"LY\",\"MA\",\"MC\",\"MD\",\"ME\",\"MG\",\"MH\",\"MK\",\"ML\",\"MM\",\"MN\",\"MO\",\"MP\",\"MQ\",\"MR\",\"MS\",\"MT\",\"MU\",\"MV\",\"MW\",\"MX\",\"MY\",\"MZ\",\"NA\",\"NC\",\"NE\",\"NF\",\"NG\",\"NI\",\"NL\",\"NO\",\"NP\",\"NR\",\"NU\",\"NZ\",\"OM\",\"PA\",\"PE\",\"PF\",\"PG\",\"PH\",\"PK\",\"PL\",\"PM\",\"PN\",\"PR\",\"PS\",\"PT\",\"PW\",\"PY\",\"QA\",\"RE\",\"RO\",\"RS\",\"RU\",\"RW\",\"SA\",\"SB\",\"SC\",\"SD\",\"SE\",\"SG\",\"SH\",\"SI\",\"SJ\",\"SK\",\"SL\",\"SM\",\"SN\",\"SO\",\"SR\",\"SS\",\"ST\",\"SV\",\"SY\",\"SZ\",\"TC\",\"TD\",\"TF\",\"TG\",\"TH\",\"TJ\",\"TK\",\"TL\",\"TM\",\"TN\",\"TO\",\"TP\",\"TR\",\"TT\",\"TV\",\"TW\",\"TZ\",\"UA\",\"UG\",\"US\",\"UY\",\"UZ\",\"VA\",\"VC\",\"VE\",\"VG\",\"VI\",\"VN\",\"VU\",\"WF\",\"WS\",\"YE\",\"YT\",\"YU\",\"ZA\",\"ZM\",\"ZW\"]}},\"dateOption\":{\"type\":\"string\",\"enum\":[\"last-30-days\",\"current-month\",\"current-year\",\"last-year\",\"custom-date-range\"]},\"startDate\":{\"type\":\"string\",\"format\":\"date\"},\"endDate\":{\"type\":\"string\",\"format\":\"date\"},\"paginationToken\":{\"type\":\"string\"}},\"additionalProperties\":false}","''",[],[65],{"status":66,"status_code":67,"description":68,"schema":69,"examples":70,"example":74},"200",200,"Search results","{\"type\":\"object\",\"properties\":{\"ads\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"url\":{\"type\":\"string\"}}}},\"isLastPage\":{\"type\":\"boolean\"},\"paginationToken\":{\"type\":\"string\"}}}",[71],{"name":72,"summary":73,"description":41,"example":74},"New-Example","New Example","{\"ads\":[{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971486723\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971602313\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971602233\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971654423\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971572633\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971833193\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971823323\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971784383\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971585653\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971504093\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971484293\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971513523\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971525563\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971525473\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971803983\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971464673\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971464683\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971535593\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971467653\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971464523\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971631633\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971614403\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971466733\"},{\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/971533063\"}],\"isLastPage\":false,\"paginationToken\":\"97-178\"}",{"x2":76,"x3":76,"x4":77,"x5":76,"uptime":77,"avg_latency":78,"avg_credits":76},"0.00","100.00","329",{"blocked":6,"hidden":6,"agent_price":35,"credits":18,"flexible_credits_description":18,"consumptions":80,"description":82,"method":83,"name":84,"url_path":85,"root_url":47,"parameters":86,"responses":97,"result_stats":104},[81],{"name":38,"slug":39,"cost":40,"label":41,"avg":42},"Retrieve ad details by Ad ID.\n\nFetches the full details for a specific ad using its numeric ID.","GET","Get Ad by ID","/ads/{id}",{"url":87,"header":88,"post":90,"body":91,"path":92},[],[89],{"key":52,"is_auth":17,"example":53,"example_disabled":17,"example_type":54,"name":55,"description":53,"required":17,"always_error":56},[],[],[93],{"key":94,"example":95,"example_disabled":6,"example_type":54,"value_type":96,"enum_values":18,"name":41,"description":41,"required":17},"id","971486723","number",[98],{"status":66,"status_code":67,"description":99,"schema":100,"examples":101,"example":103},"Ad details","{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\"},\"url\":{\"type\":\"string\"},\"format\":{\"type\":\"string\"},\"advertiser\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"url\":{\"type\":\"string\"},\"logo\":{\"type\":\"string\"}}},\"title\":{\"type\":\"string\"},\"body\":{\"type\":\"string\"},\"buttons\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"impressions\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"country\":{\"type\":\"string\"},\"impressions\":{\"type\":\"string\"},\"estimatedMin\":{\"type\":\"integer\"},\"estimatedMax\":{\"type\":\"integer\"}}}},\"totalImpression\":{\"type\":\"object\",\"properties\":{\"raw\":{\"type\":\"string\"},\"estimatedMin\":{\"type\":\"integer\"},\"estimatedMax\":{\"type\":\"integer\"}}},\"period\":{\"type\":\"object\",\"properties\":{\"start\":{\"type\":\"string\"},\"end\":{\"type\":\"string\"}}},\"targetingSettings\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"target\":{\"type\":\"string\"},\"value\":{\"type\":\"string\"}}}},\"imageUrls\":{\"type\":\"array\"},\"videoUrls\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"paidBy\":{\"type\":\"string\"},\"clickUrl\":{\"type\":\"string\"},\"event\":{\"type\":\"null\"}}}",[102],{"name":72,"summary":73,"description":41,"example":103},"{\"id\":1001277563,\"url\":\"https:\\/\\/www.linkedin.com\\/ad-library\\/detail\\/1001277563\",\"format\":\"VIDEO_AD\",\"advertiser\":{\"name\":\"JN\",\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/1211515?trk=ad_library_ad_preview_advertiser\",\"logo\":\"https:\\/\\/media.licdn.com\\/dms\\/image\\/v2\\/D4E0BAfasdQFIxLcCtbdBEw\\/company-logo_100_100\\/company-logo_100_100\\/0\\/17151123703491195\\/jetbrains_logo?e=17663213620800&v=beta&t=XDs3I_n1d7H-OVKK04h_LdRL_-9vWNsxaweWD9euBm9Zw\"},\"title\":\"Junie,\",\"body\":\"Trusted and reliable AI agent\",\"buttons\":[\"Learn more\"],\"impressions\":[{\"country\":\"Poland\",\"impressions\":\"10000-50000\",\"estimatedMin\":10000,\"estimatedMax\":50000},{\"country\":\"Belarus\",\"impressions\":\"100-500\",\"estimatedMin\":100,\"estimatedMax\":500},{\"country\":\"Brazil\",\"impressions\":\"100-500\",\"estimatedMin\":100,\"estimatedMax\":500},{\"country\":\"Switzerland\",\"impressions\":\"100-500\",\"estimatedMin\":100,\"estimatedMax\":500}],\"totalImpression\":{\"raw\":\"10k-50k\",\"estimatedMin\":10000,\"estimatedMax\":50000},\"period\":{\"start\":\"2025-10-20\",\"end\":\"2025-11-10\"},\"targetingSettings\":[{\"target\":\"Language\",\"value\":\"Targeting includes English\"},{\"target\":\"Location\",\"value\":\"Targeting includes Poland\"},{\"target\":\"Audience\",\"value\":\"Exclusion targeting applied\"}],\"imageUrls\":[],\"videoUrls\":[\"https:\\/\\/dms.licdn.com\\/playlist\\/vid\\/v2\\/D4D10AdsfdsQEy0ZuHsvV-EA\\/mp4-360p-30fp-crf28\\/B4DZoBk.alKQCQ-\\/0\\/176096303268879\\/JB_External_Main_Video_ENG_subsmp4?e=214748323647&v=beta&t=dwvnJP6GrPI6r9Ufsda9bZSyRePWdr9f_xkHt0fdsafgTKE2gcOk\"],\"paidBy\":\"JN\",\"clickUrl\":\"https:\\/\\/www.jn.com\\/junie\\/t\",\"event\":null}",{"x2":76,"x3":76,"x4":77,"x5":76,"uptime":77,"avg_latency":105,"avg_credits":76},"655",{"blocked":6,"hidden":6,"agent_price":35,"credits":18,"flexible_credits_description":18,"consumptions":107,"description":110,"method":83,"name":111,"url_path":112,"root_url":47,"parameters":113,"responses":124,"result_stats":128},[108],{"name":38,"slug":39,"cost":40,"label":41,"avg":109},0.75,"Retrieve ad details using the LinkedIn Ad Library URL.\n\nValidates the URL, extracts the ID, and fetches the ad details.","Get Ad by URL","/ads/by-url",{"url":114,"header":119,"post":121,"body":122,"path":123},[115],{"key":116,"example":117,"schema":18,"example_disabled":6,"example_type":54,"value_type":54,"enum_values":18,"default_value":118,"required":17,"name":41,"description":41},"url","https://www.linkedin.com/ad-library/detail/971486723","https://www.linkedin.com/ad-library/detail/127756311",[120],{"key":52,"is_auth":17,"example":53,"example_disabled":17,"example_type":54,"name":55,"description":53,"required":17,"always_error":56},[],[],[],[125],{"status":66,"status_code":67,"description":99,"schema":100,"examples":126,"example":103},[127],{"name":72,"summary":73,"description":41,"example":103},{"x2":129,"x3":76,"x4":130,"x5":129,"uptime":131,"avg_latency":132,"avg_credits":76},"25.00","50.00","75.00","982","Ungrouped Endpoints",[135,138],{"question":136,"answer":137},"Is it legal to scrape LinkedIn Ad Library?","Scraping publicly available data is generally permitted, but you are responsible for how you use it. Avoid collecting or storing personal data beyond what your use case requires, and comply with applicable laws (including the GDPR) and LinkedIn's terms. Consult legal counsel if you're unsure.",{"question":139,"answer":140},"Do I need proxies to scrape LinkedIn Ads Library?","No. The service is using proxy for optimal performance — you don't need to set anything up.",[],[143,160,170,180],{"type":144,"slug":145,"blocked":6,"period":146,"currency":147,"pricing":148,"rate_limit":152,"objects":154,"name":158,"display_name":158,"features":159},"periodic","0j2aiwcb86f0r2867pi9bcvz","1 MONTH","usd",{"price":149,"credits":149,"past_due_timeout_num":150,"past_due_timeout_type":151},0,3,"DAY",{"max_requests":153,"time_window":42},5,[155],{"id":156,"name":38,"slug":39,"quota":157,"tiers":18},"n1d4d8914",50,"BASIC",[],{"type":144,"slug":161,"blocked":6,"period":146,"currency":147,"pricing":162,"rate_limit":164,"objects":165,"name":168,"display_name":168,"features":169},"ipw8gjbrc5rtvebeopdplvcz",{"price":163,"credits":149,"past_due_timeout_num":150,"past_due_timeout_type":151},4.99,{"max_requests":153,"time_window":42},[166],{"id":156,"name":38,"slug":39,"quota":167,"tiers":18},2000,"PRO",[],{"type":144,"slug":171,"blocked":6,"period":146,"currency":147,"pricing":172,"rate_limit":174,"objects":175,"name":178,"display_name":178,"features":179},"4jv8gm4dvu8jkmk0u5k252sj",{"price":173,"credits":149,"past_due_timeout_num":150,"past_due_timeout_type":151},24.99,{"max_requests":153,"time_window":42},[176],{"id":156,"name":38,"slug":39,"quota":177,"tiers":18},10000,"ULTRA",[],{"type":144,"slug":181,"blocked":6,"period":146,"currency":147,"pricing":182,"rate_limit":184,"objects":186,"name":189,"display_name":189,"features":190},"fakraji01socdis81wgc2w5e",{"price":183,"credits":149,"past_due_timeout_num":150,"past_due_timeout_type":151},199,{"max_requests":185,"time_window":42},10,[187],{"id":156,"name":38,"slug":39,"quota":188,"tiers":18},150000,"MEGA",[],[192],{"type":193,"slug":194,"blocked":6,"period":146,"currency":147,"pricing":195,"rate_limit":196,"objects":198,"name":219,"display_name":18,"features":220},"payasyougo","q86141c1q7tp36igj987ikci",[],{"max_requests":197,"time_window":42},20,[199],{"id":156,"name":38,"slug":39,"quota":18,"tiers":200},[201,204,208,211,215],{"start":149,"unit_price":202,"start_text":203},0.004,"0",{"start":205,"unit_price":206,"start_text":207},1000,0.0035,"1K",{"start":177,"unit_price":209,"start_text":210},0.003,"10K",{"start":212,"unit_price":213,"start_text":214},50000,0.0028,"50K",{"start":216,"unit_price":217,"start_text":218},100000,0.0023,"100K","Pay as you go",[],"2026-09-04",{"canonical":223,"page_title":224,"meta":225},"https://jojapi.com/hub/api/linkedin-ad-library-api","LinkedIn Ad Library API Documentation & Playground - JoJ API",{"description":7,"keywords":226},"API,API Documentation,API Playground,Plans & Pricing,LinkedIn Ad Library,gen-first",{"status":4,"discussions":228},[]]