# Facebook Page Posts Export to Excel (no login needed) (`monumental_world/facebook-page-posts`) Actor

Instantly turn Facebook page posts into an Excel or CSV report. No coding required—perfect for content creators tracking engagement metrics and viral trends across social platforms.

- **URL**: https://apify.com/monumental\_world/facebook-page-posts.md
- **Developed by:** [Raised Pro](https://apify.com/monumental_world) (community)
- **Categories:** Automation, Social media, Developer tools
- **Stats:** 11 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

"# Facebook Page Posts Export to Excel (cookieless / no login needed)

### Need to download Facebook data to Excel? This tool helps you export posts and engagement metrics without logging in

If you're a social media content creator, agency owner, or business manager, you know how valuable Facebook data can be. This tool is designed specifically for agencies and business owners who need to quickly extract Facebook page posts and their performance metrics—without dealing with complicated APIs or login requirements.

Whether you're tracking competitor content, analyzing what posts perform best, or preparing reports for clients, this scraper gets you the data you need in a format you can actually use: Excel, CSV, or XML.

### Step-by-Step Guide

Getting your Facebook page data is incredibly simple. Here's how:

**Step 1: Enter the Facebook Page ID**

Find the Page ID of the Facebook page you want to analyze. This is usually a string of numbers (like 61553294532484) that identifies the page. You can find this in the page's URL or by using Facebook's page transparency tools.

**Step 2: Click ""Start"" (No login required)**

That's it! The tool will begin collecting posts and engagement data from the page. You don't need to log into Facebook, provide credentials, or worry about cookies. The scraper works completely independently.

**Step 3: Download your data as Excel, CSV, or XML**

Once the extraction is complete, download your file in your preferred format. Open it in Excel, Google Sheets, or any spreadsheet program to start analyzing your data immediately.

### What columns will I get?

Your download will include the following columns:

- **Page URL** - The full Facebook page link
- **Page Name** - The official name of the Facebook page
- **Page Likes Count** - Total number of likes the page has
- **Page Followers Count** - Total number of followers
- **Post ID** - Unique identifier for each post
- **Post Text** - The full text content of the post
- **Post Created Date** - When the post was published
- **Post Engagement Count** - Total engagement (reactions + comments + shares)
- **Post Shares Count** - Number of times the post was shared
- **Post Reactions Count** - Total reactions (likes, loves, etc.)
- **Post Comments Count** - Number of comments on the post
- **Post Reach** - How many people saw the post

### How to use this data

Here are three simple ways social media content creators can put this data to work:

**1. Identify your best-performing content types**

Sort your posts by engagement count or reach to see which topics, formats, or posting times generate the most interaction. Use these insights to create more of what your audience loves.

**2. Track viral content trends across competitors**

Export posts from multiple pages in your industry and compare engagement metrics. Spot trending topics early and adapt your content strategy to stay relevant and competitive.

**3. Build comprehensive monthly reports**

Create professional client reports by importing the data into Excel or Google Sheets. Add charts showing engagement trends, top posts, and growth metrics—all backed by real data instead of screenshots.

### Input Settings

**Page ID**

This is the unique identifier for the Facebook page you want to scrape. It's a string of numbers (for example: 61553294532484) that tells the tool exactly which page to extract posts from.

You can find a page's ID by looking at the page's URL, checking the page's ""About"" section, or using Facebook's transparency tools. Simply paste this number into the tool and you're ready to go.

### Frequently Asked Questions

**Q: Do I need a Facebook account to use this tool?**

No! This tool works without requiring you to log in or provide any Facebook credentials. It's completely cookieless and doesn't need authentication.

**Q: Can I open this in Google Sheets?**

Yes! Simply download the CSV format and upload it to Google Sheets. You can also open CSV files directly in Excel, Numbers, or any other spreadsheet application.

**Q: How recent are the posts I'll get?**

The tool fetches the most recent posts from the page. The exact number depends on your settings and the page's posting frequency.

**Q: Is this data updated in real-time?**

The data reflects the metrics at the time you run the extraction. For the most current numbers, simply run the tool again.

**Q: Can I export data from private or restricted pages?**

The tool can only access publicly available information. If a page or post is restricted, private, or requires special permissions, it won't be included in the export.

***

*This web scraper is a powerful web scraping tool designed to extract data from web pages and scrape website data efficiently. Perfect as a blog post scraper, social media post scraper, and lead generation scraper for businesses of all sizes.*"

# Actor input Schema

## `pageId` (type: `string`):

Page ID of the Facebook page to fetch posts from

## `maxPages` (type: `integer`):

Maximum number of pages to fetch (pagination handled automatically)

## Actor input object example

```json
{
  "pageId": "100064860875397",
  "maxPages": 1
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("monumental_world/facebook-page-posts").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("monumental_world/facebook-page-posts").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call monumental_world/facebook-page-posts --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=monumental_world/facebook-page-posts",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/foZH0Dwq3sZcq402r/builds/LVXeagGKv61tfLolI/openapi.json
