Run Apify Facebook posts scraper
Executes an Actor, waits for its completion, and returns Actor's dataset items in response.
POST
/acts/apify~facebook-posts-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;
captionText?: boolean;
onlyPostsNewerThan?: string;
onlyPostsOlderThan?: string;
}
startUrls: { url: string; }[];
resultsLimit?: number;
captionText?: boolean;
onlyPostsNewerThan?: string;
onlyPostsOlderThan?: string;
}
Responses
200
OK
unknown