Run Apify Facebook Ads scraper
POST
/acts/apify~facebook-ads-scraper/run-sync-get-dataset-items https://api.apify.com/v2
Parameters
query Query Parameters
| Name | Type |
|---|---|
token
required
Enter your Apify token here | string |
Request Body
application/json
required
interface InputSchema {
startUrls: { url: string; }[];
resultsLimit?: number;
onlyTotal?: boolean;
includeAboutPage?: boolean;
isDetailsPerAd?: boolean;
activeStatus?: "" | "active" | "inactive";
}
startUrls: { url: string; }[];
resultsLimit?: number;
onlyTotal?: boolean;
includeAboutPage?: boolean;
isDetailsPerAd?: boolean;
activeStatus?: "" | "active" | "inactive";
}
Responses
200
OK
unknown