Facebook Ads Scraper avatar

Facebook Ads Scraper

Try for free

Pay $5.00 for 1,000 Campaigns

Go to Store
Facebook Ads Scraper

Facebook Ads Scraper

apify/facebook-ads-scraper
Try for free

Pay $5.00 for 1,000 Campaigns

Extract advertising data from one or multiple Facebook Pages. Get page details, reach estimates, publisher platforms, report count, number of impressions, ad IDs, timestamps, and more. Download Facebook ads data in JSON, CSV, and Excel and use it in apps, spreadsheets, and reports.

What is Facebook Page Ads Scraper?

It's a simple and powerful tool that allows you to extract data from Facebook ads. To get that data, just insert the Facebook page URL and click "Save & Start" button.

What Facebook pages ads data can I extract?

With this Facebook API, you will be able to extract the following data from Facebook:

📝 Page details🔗 Page URL
🛍 Ad text, type, URL and title 💸 Ad spend
⏱ Timestamps 🌄 Images
🖱 CTA type🧮 Report count
👀 Reach estimates📢 Publisher platforms

Why scrape Facebook page ads?

💪 Competition intelligence

🕵️ Market research or analysis

📈 Monitoring trends and brand sentiment

🤳 Social media analysis

🥸 Identifying hot spots of misinformation

How much will scraping Facebook Ads cost you?

This scraper uses the Pay-per-result pricing model, making costs easy to calculate: it costs $5.00 to scrape 1,000 ads, so $0.005 per campaign.

Apify provides $5 in free usage credits every month on the Apify Free plan, meaning you can scrape up to 1,000 ads for free.

If you need to extract data regularly, consider an Apify subscription. We recommend the $49/month Starter plan, which lets you scrape over 9,800 ads per month.

How do I use Facebook Ads Scraper?

Facebook Page Ads Scraper was designed to be easy to start with even if you've never extracted data from the web before. Here's how you can scrape Facebook data with this tool:

  1. Create a free Apify account using your email.
  2. Open Facebook Page Ads Scraper.
  3. Add one or more Facebook page URLs to scrape its ads or Ads URLs.
  4. Click "Start" and wait for the data to be extracted.
  5. Download your data in JSON, XML, CSV, Excel, or HTML.

For a step-by-step guide on how to scrape Facebook Page Ads, follow our Facebook Page Ads Scraper tutorial 📝.

Please note that this scraper displays the extracted results only at the very end of the run. The rest of the time it will display 0 results. Please be patient until the end of the scraper run to see all the extracted data.

Input

To scrape Facebook Ads, the input should be either:

  • Facebook Page URLs such as https://www.facebook.com/drive4quantix/
  • or Facebook Ads URLs such as https://www.facebook.com/ads/library/?active_status=all&ad_type=all&country=ALL&q=%7B%7D&sort_data[direction]=desc&sort_data[mode]=relevancy_monthly_grouped&start_date[min]=2022-10-12&start_date[max]=&search_type=keyword_unordered&media_type=video. You can find the long Facebook Ads URL in Facebook Ad Library. Before you copy&paste this type of URL, don't forget to include settings, filters, and the amount of scrolls for ads per page.
  • Note that zero scrolls will return the initial set of ads. Each scroll is expected to return 30 ads. Facebook limits the max amount of ads displayed per page, so some older ads might not be available.

You can input data manually via the UI, JSON, or programmatically via an API. Facebook ads scraper

And this is how input would look in JSON if you called it by API instead of using the UI. Click on the input tab for a full explanation of input in JSON.

1{
2  "isDetailsPerAd": true,
3  "onlyTotal": true,
4  "resultsLimit": 3,
5  "startUrls": [
6    {
7      "url": "https://www.facebook.com/drive4quantix/",
8      "method": "GET"
9    },
10    {
11      "url": "https://www.facebook.com/SHEINOFFICIAL/",
12      "method": "GET"
13    }
14  ],
15  "activeStatus": ""
16}

Output sample

The results will be wrapped into a dataset which you can find in the Storage tab. Here's an excerpt from the JSON dataset you'd get if you apply the input parameters above. You can choose in which format to download your Facebook data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[{
2  "facebookUrl": "https://www.facebook.com/SHEINOFFICIAL/",
3  "inputUrl": "https://www.facebook.com/SHEINOFFICIAL/",
4  "pageInfo": {
5    "adLibrarySystemStatus": {
6      "systemStatus": {
7        "status": "MAJOR_DISRUPTIONS",
8        "activeIssues": [
9          {
10            "product": "Branded Content",
11            "status": "MAJOR_DISRUPTIONS"
12          },
13          {
14            "product": "Ad Library Report",
15            "status": "MAJOR_DISRUPTIONS"
16          },
17          {
18            "product": "Ad Library",
19            "status": "MAJOR_DISRUPTIONS"
20          },
21          {
22            "product": "Ad Library API",
23            "status": "SOME_DISRUPTIONS"
24          }
25        ]
26      }
27    },
28    "adLibraryPageInfo": {
29      "pageInfo": {
30        "pageIsDeleted": false,
31        "relatedPages": [],
32        "hasBlankAds": false,
33        "hiddenAds": 0,
34        "pageProfileUri": "https://www.facebook.com/SHEINOFFICIAL/",
35        "pageName": "SHEIN",
36        "pageId": "380039845369159",
37        "pageVerification": "BLUE_VERIFIED",
38        "entityType": "PERSON_PROFILE",
39        "pageAlias": "SHEINOFFICIAL",
40        "likes": 33479819,
41        "pageCategory": "Clothing (brand)",
42        "igVerification": true,
43        "igUsername": "sheinofficial",
44        "igFollowers": 34457147
45      }
46    },
47    "page": {
48      "name": "SHEIN",
49      "id": "380039845369159",
50      "about": {
51        "text": "🌟Save money. Live in style!\n💕SHEIN offers endless finds at affordable prices, so you can get more of "
52      },
53      "isDelegatePageWithLinkedPrimaryProfile": false,
54      "confirmedPageOwner": {
55        "name": null,
56        "information": null,
57        "id": null
58      },
59      "pagesTransparencyInfo": {
60        "historyItems": [
61          {
62            "eventTime": 1470298083,
63            "itemType": "NAME_CHANGE"
64          },
65          {
66            "eventTime": 1334538285,
67            "itemType": "CREATION"
68          }
69        ],
70        "stateMediaCountryLabel": null,
71        "id": "dHJhbnNwYXJlbmN5OjM4MDAzOTg0NTM2OTE1OQ==",
72        "adminLocations": {
73          "adminCountryCounts": [
74            {
75              "count": 22,
76              "country": {
77                "isoName": "China",
78                "id": "92244489485"
79              }
80            },
81            {
82              "count": 6,
83              "country": {
84                "isoName": "United States",
85                "id": "109078688522"
86              }
87            },
88            {
89              "count": 1,
90              "country": {
91                "isoName": "Australia",
92                "id": "109353030906"
93              }
94            },
95            {
96              "count": 1,
97              "country": {
98                "isoName": "Hong Kong",
99                "id": "91293064138"
100              }
101            },
102            {
103              "count": 1,
104              "country": {
105                "isoName": "Indonesia",
106                "id": "99824991986"
107              }
108            }
109          ]
110        }
111      },
112      "adLibraryPageTargetingInsight": {
113        "adLibraryPageHasSiepAds": false,
114        "adLibraryPageTargetingSummary": {
115          "detailedSpend": [],
116          "ds": "2025-02-12",
117          "mainCurrency": "",
118          "totalNumAds": 0,
119          "totalSpendFormatted": "0",
120          "is30DayAvailable": true,
121          "is90DayAvailable": true
122        },
123        "adLibraryPageTargetingGender": [],
124        "adLibraryPageTargetingLanguage": [],
125        "adLibraryPageTargetingLocation": [],
126        "adLibraryPageTargetingAge": [],
127        "adLibraryPageTargetingCustomAudience": [],
128        "adLibraryPageTargetingLookalikeAudience": [],
129        "adLibraryPageTargetingDetailed": []
130      }
131    },
132    "adLibraryUser": null,
133    "audiencePageInfo": {
134      "pageInfo": {
135        "pageHasAnySiepAds": true,
136        "pageName": "SHEIN"
137      }
138    }
139  },
140  "isResultComplete": false,
141  "results": [
142    {
143      "totalCount": 50001,
144      "pageID": "380039845369159",
145      "adArchiveID": "934375748866477",
146      "startDateFormatted": "2025-02-14T08:00:00.000Z",
147      "endDateFormatted": "2025-02-14T08:00:00.000Z",
148      "adArchiveId": "934375748866477",
149      "adId": null,
150      "archiveTypes": [],
151      "categories": [
152        "UNKNOWN"
153      ],
154      "collationCount": null,
155      "collationId": null,
156      "containsDigitalCreatedMedia": false,
157      "containsSensitiveContent": false,
158      "currency": "",
159      "endDate": 1739520000,
160      "entityType": "person_profile",
161      "fevInfo": null,
162      "finservAdData": {
163        "isDeemedFinserv": false,
164        "isLimitedDelivery": false
165      },
166      "gatedType": "ELIGIBLE",
167      "hasUserReported": false,
168      "hiddenSafetyData": false,
169      "hideDataStatus": "NONE",
170      "impressionsWithIndex": {
171        "impressionsText": null,
172        "impressionsIndex": -1
173      },
174      "isAaaEligible": false,
175      "isActive": true,
176      "isProfilePage": false,
177      "menuItems": [],
178      "pageId": "380039845369159",
179      "pageIsDeleted": false,
180      "pageName": "SHEIN",
181      "politicalCountries": [],
182      "publisherPlatform": [
183        "FACEBOOK",
184        "INSTAGRAM",
185        "AUDIENCE_NETWORK",
186        "MESSENGER"
187      ],
188      "reachEstimate": null,
189      "regionalRegulationData": {
190        "finserv": {
191          "isDeemedFinserv": false,
192          "isLimitedDelivery": false
193        },
194        "twAntiScam": {
195          "isLimitedDelivery": false
196        }
197      },
198      "reportCount": null,
199      "snapshot": {
200        "body": {
201          "text": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone"
202        },
203        "brandedContent": null,
204        "brazilTaxId": null,
205        "byline": null,
206        "caption": "play.google.com",
207        "cards": [
208          {
209            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
210            "caption": "play.google.com",
211            "ctaText": "Install Now",
212            "ctaType": "INSTALL_MOBILE_APP",
213            "imageCrops": [],
214            "linkDescription": "$7.00",
215            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10024052",
216            "originalImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480165913_1137508080927714_5676764870759575376_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=7nR6ouH1KGEQ7kNvgG8DiK0&_nc_oc=Adgh643kGfRIv59mweqZaZLOUviWtbj5J5e7BZINaBrlqERKVxCU3vKbKRhHirZLTmg&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYD4zNVvqEyc4-4x3JUb4A6ibCsLD3FowiaDMnGxVekFQw&oe=67B52F42",
217            "resizedImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480165913_1137508080927714_5676764870759575376_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=7nR6ouH1KGEQ7kNvgG8DiK0&_nc_oc=Adgh643kGfRIv59mweqZaZLOUviWtbj5J5e7BZINaBrlqERKVxCU3vKbKRhHirZLTmg&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYBfNrQa446L5MHz5rsFwz6hCaMptD3TYccqaQgBqoxouw&oe=67B52F42",
218            "watermarkedResizedImageUrl": "",
219            "title": "Butterfly Print Round Neck Tee",
220            "videoHdUrl": null,
221            "videoPreviewImageUrl": null,
222            "videoSdUrl": null,
223            "watermarkedVideoHdUrl": null,
224            "watermarkedVideoSdUrl": null
225          },
226          {
227            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
228            "caption": "play.google.com",
229            "ctaText": "Install Now",
230            "ctaType": "INSTALL_MOBILE_APP",
231            "imageCrops": [],
232            "linkDescription": "$4.74",
233            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10072105",
234            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479844844_1680383969356179_725093025220693847_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=YsulnSvoycIQ7kNvgF6Q_HA&_nc_oc=Adh9p9yjAQxhHZEWqFQVLdOrBgpq32U_2WHuMP9LD_mj7_zrKOJMCak9OaA60hqD0pI&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAl5J4mAPJdKP0AbJHcFgj4Muoj-w_iWzpveiC7iuf6aA&oe=67B5499F",
235            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479844844_1680383969356179_725093025220693847_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=110&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=YsulnSvoycIQ7kNvgF6Q_HA&_nc_oc=Adh9p9yjAQxhHZEWqFQVLdOrBgpq32U_2WHuMP9LD_mj7_zrKOJMCak9OaA60hqD0pI&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDurWFk_v9dawvGGa6ikaETdfaOVntiVvmn-08PW6Q_Xg&oe=67B5499F",
236            "watermarkedResizedImageUrl": "",
237            "title": "Dobby Mesh Yoke One Shoulder Top",
238            "videoHdUrl": null,
239            "videoPreviewImageUrl": null,
240            "videoSdUrl": null,
241            "watermarkedVideoHdUrl": null,
242            "watermarkedVideoSdUrl": null
243          },
244          {
245            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
246            "caption": "play.google.com",
247            "ctaText": "Install Now",
248            "ctaType": "INSTALL_MOBILE_APP",
249            "imageCrops": [],
250            "linkDescription": "$4.00",
251            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10020693",
252            "originalImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/479556100_962691885499445_2128352304146806787_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=peq3yPfhpXUQ7kNvgHQ7VJC&_nc_oc=AdhbSZJL6hibNHPfy8rKfdG2I3Ed3U7iPfxrNUwNebK_EDqKQnguPRoZXgpBd6tqcvY&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDRYNGngOHmbWgOA2t-FCYMP7Z_haWQ172z0zZs6NJjog&oe=67B523E0",
253            "resizedImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/479556100_962691885499445_2128352304146806787_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=107&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=peq3yPfhpXUQ7kNvgHQ7VJC&_nc_oc=AdhbSZJL6hibNHPfy8rKfdG2I3Ed3U7iPfxrNUwNebK_EDqKQnguPRoZXgpBd6tqcvY&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAQmviykQAmHr6s0VwIEuSkFHZCwFm9MJw02tjl0xGdWA&oe=67B523E0",
254            "watermarkedResizedImageUrl": "",
255            "title": "Solid Crop Cami Top",
256            "videoHdUrl": null,
257            "videoPreviewImageUrl": null,
258            "videoSdUrl": null,
259            "watermarkedVideoHdUrl": null,
260            "watermarkedVideoSdUrl": null
261          },
262          {
263            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
264            "caption": "play.google.com",
265            "ctaText": "Install Now",
266            "ctaType": "INSTALL_MOBILE_APP",
267            "imageCrops": [],
268            "linkDescription": "$10.00",
269            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10065021",
270            "originalImageUrl": "https://scontent.fcok10-4.fna.fbcdn.net/v/t39.35426-6/479337885_610981871801957_3975236169102431103_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=RZy8vyPnwbEQ7kNvgFOSenT&_nc_oc=AdhMwpgxhhNInrXO5OnANcpEnldplOYlA-Z2mw66xbca0eahf6LfbdJScaOfsBFs-DM&_nc_zt=14&_nc_ht=scontent.fcok10-4.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCkW2rjLXnb2t18TbX5qPmJMs3ZEtnXWcKUKXnPjn0psA&oe=67B535BB",
271            "resizedImageUrl": "https://scontent.fcok10-4.fna.fbcdn.net/v/t39.35426-6/479337885_610981871801957_3975236169102431103_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=103&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=RZy8vyPnwbEQ7kNvgFOSenT&_nc_oc=AdhMwpgxhhNInrXO5OnANcpEnldplOYlA-Z2mw66xbca0eahf6LfbdJScaOfsBFs-DM&_nc_zt=14&_nc_ht=scontent.fcok10-4.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCe52qG7bPtaJ57wmOEiDbIWJ1AcMfBweqzzO4B3ppf4Q&oe=67B535BB",
272            "watermarkedResizedImageUrl": "",
273            "title": "Solid Cold Shoulder Tie Back Tee",
274            "videoHdUrl": null,
275            "videoPreviewImageUrl": null,
276            "videoSdUrl": null,
277            "watermarkedVideoHdUrl": null,
278            "watermarkedVideoSdUrl": null
279          },
280          {
281            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
282            "caption": "play.google.com",
283            "ctaText": "Install Now",
284            "ctaType": "INSTALL_MOBILE_APP",
285            "imageCrops": [],
286            "linkDescription": "$8.00",
287            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10097101",
288            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479736502_481997508302794_1604920393069606370_n.jpg?_nc_cat=111&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=9wT1jK7t1j8Q7kNvgEfIwFh&_nc_oc=AdiJFNjQFTeYMlf0jfZIan5lhuSkq1mSG9JsoQMxidt1z50QOArf0EsuA6eEjTuJXGc&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAAjcuKzMhpybsIM7ExwXAkuWWXgG4xqgeB5NyeamAOmw&oe=67B53ACA",
289            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479736502_481997508302794_1604920393069606370_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=111&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=9wT1jK7t1j8Q7kNvgEfIwFh&_nc_oc=AdiJFNjQFTeYMlf0jfZIan5lhuSkq1mSG9JsoQMxidt1z50QOArf0EsuA6eEjTuJXGc&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAsVoAoLLbNbna26hKc546cDzYfomk5Qh1O3xcDnDvNDA&oe=67B53ACA",
290            "watermarkedResizedImageUrl": "",
291            "title": "Neon Lime Batwing Sleeve Solid Tee",
292            "videoHdUrl": null,
293            "videoPreviewImageUrl": null,
294            "videoSdUrl": null,
295            "watermarkedVideoHdUrl": null,
296            "watermarkedVideoSdUrl": null
297          },
298          {
299            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
300            "caption": "play.google.com",
301            "ctaText": "Install Now",
302            "ctaType": "INSTALL_MOBILE_APP",
303            "imageCrops": [],
304            "linkDescription": "$8.00",
305            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10048196",
306            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479889506_937353761905993_2133772575912692824_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=NDIeGvyqs9EQ7kNvgH9quHX&_nc_oc=Adjz9bGMmz_7_09PBvGtrq4N_vr8Ts5NRsc5OVNXbt6iU6Tmz_F9D0R8bpvZiTmeAfQ&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCXqymMU-O4_fw-PeslO7ZLhs7MBgkRus_7xr7IQhoY3w&oe=67B542FB",
307            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479889506_937353761905993_2133772575912692824_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=NDIeGvyqs9EQ7kNvgH9quHX&_nc_oc=Adjz9bGMmz_7_09PBvGtrq4N_vr8Ts5NRsc5OVNXbt6iU6Tmz_F9D0R8bpvZiTmeAfQ&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDozL0MZvh3oHDUcelKzBbHKI7l52BD0_GMzidRt59v1Q&oe=67B542FB",
308            "watermarkedResizedImageUrl": "",
309            "title": "Color Block Raglan Sleeve Patched Pocket Tee Graphic Tees Women Tops",
310            "videoHdUrl": null,
311            "videoPreviewImageUrl": null,
312            "videoSdUrl": null,
313            "watermarkedVideoHdUrl": null,
314            "watermarkedVideoSdUrl": null
315          }
316        ],
317        "ctaText": "Install now",
318        "ctaType": "INSTALL_MOBILE_APP",
319        "countryIsoCode": null,
320        "currentPageName": "SHEIN",
321        "disclaimerLabel": null,
322        "displayFormat": "DPA",
323        "event": null,
324        "images": [],
325        "isReshared": false,
326        "linkDescription": null,
327        "linkUrl": "https://play.google.com/store/apps/details?id=com.zzkko",
328        "pageCategories": [
329          "Clothing (Brand)"
330        ],
331        "pageEntityType": "PERSON_PROFILE",
332        "pageId": "380039845369159",
333        "pageIsDeleted": false,
334        "pageIsProfilePage": false,
335        "pageLikeCount": 30488753,
336        "pageName": "SHEIN",
337        "pageProfilePictureUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/479939655_1318247715986603_772473247616794401_n.jpg?stp=dst-jpg_s60x60_tt6&_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=eI0W8uOh3GsQ7kNvgEY0z3r&_nc_oc=AdiieXFMUdA_OHSGWOaFuGWvuzu2XrUZu-owXKmwQ7th5eGhxAV0DcaYD4zTxU5hAgY&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAE5MpNJxPOAlk4Dm7hG8C0PFn4xXoBA4XZ4hkvubLz4g&oe=67B53DF4",
338        "pageProfileUri": "https://www.facebook.com/SHEINOFFICIAL/",
339        "rootResharedPost": null,
340        "title": "{{product.name}}",
341        "videos": [],
342        "additionalInfo": null,
343        "ecCertificates": [],
344        "extraImages": [],
345        "extraLinks": [],
346        "extraTexts": [],
347        "extraVideos": []
348      },
349      "spend": null,
350      "startDate": 1739520000,
351      "stateMediaRunLabel": null,
352      "targetedOrReachedCountries": [],
353      "totalActiveTime": 22266
354    },
355    {
356      "totalCount": 50001,
357      "pageID": "380039845369159",
358      "adArchiveID": "1755038752018929",
359      "startDateFormatted": "2025-02-14T08:00:00.000Z",
360      "endDateFormatted": "2025-02-14T08:00:00.000Z",
361      "adArchiveId": "1755038752018929",
362      "adId": null,
363      "archiveTypes": [],
364      "categories": [
365        "UNKNOWN"
366      ],
367      "collationCount": null,
368      "collationId": null,
369      "containsDigitalCreatedMedia": false,
370      "containsSensitiveContent": false,
371      "currency": "",
372      "endDate": 1739520000,
373      "entityType": "person_profile",
374      "fevInfo": null,
375      "finservAdData": {
376        "isDeemedFinserv": false,
377        "isLimitedDelivery": false
378      },
379      "gatedType": "ELIGIBLE",
380      "hasUserReported": false,
381      "hiddenSafetyData": false,
382      "hideDataStatus": "NONE",
383      "impressionsWithIndex": {
384        "impressionsText": null,
385        "impressionsIndex": -1
386      },
387      "isAaaEligible": false,
388      "isActive": true,
389      "isProfilePage": false,
390      "menuItems": [],
391      "pageId": "380039845369159",
392      "pageIsDeleted": false,
393      "pageName": "SHEIN",
394      "politicalCountries": [],
395      "publisherPlatform": [
396        "FACEBOOK",
397        "INSTAGRAM",
398        "AUDIENCE_NETWORK",
399        "MESSENGER"
400      ],
401      "reachEstimate": null,
402      "regionalRegulationData": {
403        "finserv": {
404          "isDeemedFinserv": false,
405          "isLimitedDelivery": false
406        },
407        "twAntiScam": {
408          "isLimitedDelivery": false
409        }
410      },
411      "reportCount": null,
412      "snapshot": {
413        "body": {
414          "text": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone"
415        },
416        "brandedContent": null,
417        "brazilTaxId": null,
418        "byline": null,
419        "caption": "play.google.com",
420        "cards": [
421          {
422            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
423            "caption": "play.google.com",
424            "ctaText": "Install Now",
425            "ctaType": "INSTALL_MOBILE_APP",
426            "imageCrops": [],
427            "linkDescription": "$10.00",
428            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10065021",
429            "originalImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480176446_1441355277241953_6437263951028618152_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=Oy1pofnNRycQ7kNvgElvIAw&_nc_oc=AdgA8rKxj_DzIJMv6ax5KZ137kMpsyqEtdlOuk5yzU9E2Nxw6G-C4CCsDD5CcUCz-YQ&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAyOXzn93aW8lK38Pq7Ckxic01_mXVFifz6dC5gXR9XdQ&oe=67B543CC",
430            "resizedImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480176446_1441355277241953_6437263951028618152_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=101&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=Oy1pofnNRycQ7kNvgElvIAw&_nc_oc=AdgA8rKxj_DzIJMv6ax5KZ137kMpsyqEtdlOuk5yzU9E2Nxw6G-C4CCsDD5CcUCz-YQ&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCqESPPh-XJqb7T-92CKROXq6xxk5scwOvP6xkRjOlO-A&oe=67B543CC",
431            "watermarkedResizedImageUrl": "",
432            "title": "Solid Cold Shoulder Tie Back Tee",
433            "videoHdUrl": null,
434            "videoPreviewImageUrl": null,
435            "videoSdUrl": null,
436            "watermarkedVideoHdUrl": null,
437            "watermarkedVideoSdUrl": null
438          },
439          {
440            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
441            "caption": "play.google.com",
442            "ctaText": "Install Now",
443            "ctaType": "INSTALL_MOBILE_APP",
444            "imageCrops": [],
445            "linkDescription": "$8.00",
446            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10048196",
447            "originalImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480152148_649298380812412_3760143202300713135_n.jpg?_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=oo95W0IdtiMQ7kNvgH12y2g&_nc_oc=AdhEAUw_x6UGZUnvQTShnWbtp28w7HnR0h0XfGQOdGhiQnQov9jTJKIqZAFlhw6wrW8&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDtkAsYXkkOoU0GY_L62Rj5JSRnCkBdaiKVqqeh3CNnlw&oe=67B559A0",
448            "resizedImageUrl": "https://scontent.fcok10-1.fna.fbcdn.net/v/t39.35426-6/480152148_649298380812412_3760143202300713135_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=102&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=oo95W0IdtiMQ7kNvgH12y2g&_nc_oc=AdhEAUw_x6UGZUnvQTShnWbtp28w7HnR0h0XfGQOdGhiQnQov9jTJKIqZAFlhw6wrW8&_nc_zt=14&_nc_ht=scontent.fcok10-1.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYA7eO56Y1A2IDe-Dm8v2jpDwhAjhtL1tZb-Wdn1ueLJaw&oe=67B559A0",
449            "watermarkedResizedImageUrl": "",
450            "title": "Color Block Raglan Sleeve Patched Pocket Tee Graphic Tees Women Tops",
451            "videoHdUrl": null,
452            "videoPreviewImageUrl": null,
453            "videoSdUrl": null,
454            "watermarkedVideoHdUrl": null,
455            "watermarkedVideoSdUrl": null
456          },
457          {
458            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
459            "caption": "play.google.com",
460            "ctaText": "Install Now",
461            "ctaType": "INSTALL_MOBILE_APP",
462            "imageCrops": [],
463            "linkDescription": "$4.74",
464            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10072105",
465            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479596082_588015247722006_2832174288407471336_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=iIt32wpWiGoQ7kNvgFMUsnS&_nc_oc=Adj8urXxl0TC6deA6mwG7uAoQIa1xQKBFGYe-R2Qf1ZzNXz38bsf_a23OaiDTpqOW6I&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAxwNGJhKcFDPX24RCUsjLIgaOpgvBEZe-zOVNOfUhKpA&oe=67B52229",
466            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/479596082_588015247722006_2832174288407471336_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=iIt32wpWiGoQ7kNvgFMUsnS&_nc_oc=Adj8urXxl0TC6deA6mwG7uAoQIa1xQKBFGYe-R2Qf1ZzNXz38bsf_a23OaiDTpqOW6I&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDwnN5rXe9a-N8u0E_zGkjM3UVzMLERaQX-Ikgd2O746w&oe=67B52229",
467            "watermarkedResizedImageUrl": "",
468            "title": "Dobby Mesh Yoke One Shoulder Top",
469            "videoHdUrl": null,
470            "videoPreviewImageUrl": null,
471            "videoSdUrl": null,
472            "watermarkedVideoHdUrl": null,
473            "watermarkedVideoSdUrl": null
474          },
475          {
476            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
477            "caption": "play.google.com",
478            "ctaText": "Install Now",
479            "ctaType": "INSTALL_MOBILE_APP",
480            "imageCrops": [],
481            "linkDescription": "$8.00",
482            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10097101",
483            "originalImageUrl": "https://scontent.fcok10-2.fna.fbcdn.net/v/t39.35426-6/480216206_2423521057981440_1552270238886018622_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=YXOaQgLLkXgQ7kNvgFciNVq&_nc_oc=Adh9kLbzmmCUSNL6fVAs9R3VJSW0Z3yrehQJfNwbZ0u8PRMRQiHsuepsA9pRRM9Kmnc&_nc_zt=14&_nc_ht=scontent.fcok10-2.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCFCIjBKWiz9Fv-BqIZKx9LKb-dWputYswnPT9msqidHw&oe=67B539B6",
484            "resizedImageUrl": "https://scontent.fcok10-2.fna.fbcdn.net/v/t39.35426-6/480216206_2423521057981440_1552270238886018622_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=109&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=YXOaQgLLkXgQ7kNvgFciNVq&_nc_oc=Adh9kLbzmmCUSNL6fVAs9R3VJSW0Z3yrehQJfNwbZ0u8PRMRQiHsuepsA9pRRM9Kmnc&_nc_zt=14&_nc_ht=scontent.fcok10-2.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAi8B5kOEHR45lBCKVCAlQo08RxKSj372mH5DxTYn-VFg&oe=67B539B6",
485            "watermarkedResizedImageUrl": "",
486            "title": "Neon Lime Batwing Sleeve Solid Tee",
487            "videoHdUrl": null,
488            "videoPreviewImageUrl": null,
489            "videoSdUrl": null,
490            "watermarkedVideoHdUrl": null,
491            "watermarkedVideoSdUrl": null
492          },
493          {
494            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
495            "caption": "play.google.com",
496            "ctaText": "Install Now",
497            "ctaType": "INSTALL_MOBILE_APP",
498            "imageCrops": [],
499            "linkDescription": "$4.00",
500            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10020693",
501            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/477459567_636241225568862_1266224147730680636_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=tigk8hATrcYQ7kNvgHcQ9kN&_nc_oc=Adh6tKYRR-zLUNrcaBJD6WGX1X8RKAFcpLneXZ8Umm3-rlN8LvldmdW_7Jlf5mE8mcE&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYDtvc3B1LEP-ug0YjG9sm00vdd4oFRYxfdeujBqevLZeg&oe=67B5284A",
502            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/477459567_636241225568862_1266224147730680636_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=104&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=tigk8hATrcYQ7kNvgHcQ9kN&_nc_oc=Adh6tKYRR-zLUNrcaBJD6WGX1X8RKAFcpLneXZ8Umm3-rlN8LvldmdW_7Jlf5mE8mcE&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAXgS40RQOlUNFpKjWMO9A0sabOQp7QcfPjld5-vJpDXA&oe=67B5284A",
503            "watermarkedResizedImageUrl": "",
504            "title": "Solid Crop Cami Top",
505            "videoHdUrl": null,
506            "videoPreviewImageUrl": null,
507            "videoSdUrl": null,
508            "watermarkedVideoHdUrl": null,
509            "watermarkedVideoSdUrl": null
510          },
511          {
512            "body": "Become a fashionista!\nRefresh your wardrobe right now\nCatch the deals before they're gone",
513            "caption": "play.google.com",
514            "ctaText": "Install Now",
515            "ctaType": "INSTALL_MOBILE_APP",
516            "imageCrops": [],
517            "linkDescription": "$7.00",
518            "linkUrl": "https://www.shein.com/ark/default?scene=1&test=5051&ad_type=DPA&goods_id=10024052",
519            "originalImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/477715636_2052406195279836_3568114780147427226_n.jpg?_nc_cat=110&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=86jfvihNh1AQ7kNvgFRYtab&_nc_oc=Adj4RQ5J7ZBmtAdZGPqlsDf5vpTlVPsnxU-vTIQb0b1RY48k75fIi9TYfUjpiPtwZug&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYCPvJ0nPPtkq-nehSceJ4WnQwV8NF6MVI0njRkPZzBiTg&oe=67B528B9",
520            "resizedImageUrl": "https://scontent.fcok10-3.fna.fbcdn.net/v/t39.35426-6/477715636_2052406195279836_3568114780147427226_n.jpg?stp=dst-jpg_s600x600_tt6&_nc_cat=110&ccb=1-7&_nc_sid=c53f8f&_nc_ohc=86jfvihNh1AQ7kNvgFRYtab&_nc_oc=Adj4RQ5J7ZBmtAdZGPqlsDf5vpTlVPsnxU-vTIQb0b1RY48k75fIi9TYfUjpiPtwZug&_nc_zt=14&_nc_ht=scontent.fcok10-3.fna&_nc_gid=AJ7H6U628sSTxIayiF0DtyQ&oh=00_AYAHcqj13rHUGBtX58TqGuoBWqlmFNEnX-wgm3XZGIGN5A&oe=67B528B9",
521            "watermarkedResizedImageUrl": "",
522            "title": "Butterfly Print Round Neck Tee",
523            "videoHdUrl": null,
524            "videoPreviewImageUrl": null,
525            "videoSdUrl": null,
526            "watermarkedVideoHdUrl": null,
527            "watermarkedVideoSdUrl": null
528          }
529...

Please note that startDate and endDate when-if available will be added as formatted ISO values as startDateFormatted: "2022-10-12T07:00:00.000Z" and endDateFormatted: "2022-10-12T07:00:00.000Z"

Want to scrape Facebook comments or groups?

You can use the dedicated scrapers below if you want to scrape specific Facebook data. Each of them is built particularly for the relevant Facebook scraping case be it a group, reviews, comments or photos. Feel free to browse them:

🕵️‍♀️ Facebook Search Scraper👍 Facebook Likes and Reactions Scraper
🚩 Facebook Pages Scraper🌟 Facebook Reviews Scraper
👥 Facebook Groups Scraper🏞 Facebook Photos Scraper
🗓 Facebook Events Scraper📝 Facebook Posts Scraper
💬 Facebook Comments Scraper📱 Facebook Pages Info Scraper
#️⃣ Facebook Hashtag Scraperℹ️ Facebook Page Posts Checker
🕹 Facebook Games Scraper👀 Facebook Marketplace Scraper

Not your cup of tea? Build your own scraper

Facebook Ads Scraper doesn’t exactly do what you need? You can always build your own! We have various scraper templates in Python, JavaScript, and TypeScript to get you started. Alternatively, you can write it from scratch using our open-source library Crawlee. You can keep the scraper to yourself or make it public by adding it to Apify Store (and find users for it).

Or let us know if you need a custom scraping solution.

Integrations and Facebook Ads Scraper

Last but not least, Facebook Ads Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, Asana, GitHub, Google Sheets, Google Drive, and more.

You can also use webhooks to carry out an action whenever an event occurs, e.g., get a notification whenever Facebook Ads Scraper successfully finishes a run.

Using Facebook Ads Scraper with the Apify API

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more. To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the Apify API reference docs for full details or click on the API tab for code examples.

Our Facebook scrapers are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. However, you should be aware that your results could contain personal data. You should not scrape personal data unless you have a legitimate reason to do so.

If you're unsure whether your reason is legitimate, consult your lawyers. You can also read our blog post on the legality of web scraping and ethical scraping.

Your feedback

We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for Facebook Ads Scraper or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.

Developer
Maintained by Apify

Actor Metrics

  • 424 monthly users

  • 82 stars

  • >99% runs succeeded

  • 1.8 days response time

  • Created in Apr 2023

  • Modified a day ago