Search + K

Command Palette

Search for a command to run...

Sign In

Run Apify Facebook ads scraper

POST /acts/apify~facebook-ads-scraper/run-sync
Copy endpoint
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";
}

Responses

200

OK

unknown