# Free Facebook Page Posts & Comments Scraper

**Use case:** 

Free: paste a Page URL — scrape recent posts and comments. No login. $0 developer fee; only Apify platform usage.

## Input

```json
{
  "pageOrUrl": "https://www.facebook.com/permalink.php?story_fbid=pfbid02WAAa9fCBzGtWZCygo1dHCtvPTM8mgU5WswTmEp3x9KZ8m29JTTZk9t7zekVz9Jwpl&id=100083242695039",
  "maxPosts": 1,
  "profile": "tops_only",
  "engine": "async",
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "afterDate": "2026-07-31",
  "dateTimezone": "+3",
  "postsOnly": false,
  "maxComments": 100,
  "minIntervalSec": 1
}
```

## Output

```json
{
  "post": {
    "label": "Post"
  },
  "tops": {
    "label": "Top comments"
  },
  "replies": {
    "label": "Replies"
  },
  "total_scraped": {
    "label": "Scraped"
  },
  "coverage": {
    "label": "Coverage"
  },
  "nested_replies_on": {
    "label": "Nested replies on",
    "format": "boolean"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Posts & Comments Scraper](https://apify.com/bsho5/facebook-page-posts-comments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bsho5/facebook-page-posts-comments-scraper) to learn more, explore other use cases, and run it yourself.