# Facebook Page Details Scraper (`logical_scrapers/facebook-page-details-scraper`) Actor

Extract details of public Facebook pages without logging in: followers, category, website, email, phone, address, opening status, price range, rating and profile images, one item per page.

- **URL**: https://apify.com/logical\_scrapers/facebook-page-details-scraper.md
- **Developed by:** [Goldmine](https://apify.com/logical_scrapers) (community)
- **Categories:** Social media, Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.69 / 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## 🏢 Facebook Pages Scraper — Extract Page Details, Contact Info and Followers

![Facebook Pages Scraper](https://i.ibb.co/fVJ2swDD/Screenshot-2026-09-20-at-5-04-35-PM.png)

This **Facebook pages scraper** turns any public page or profile on **[Facebook](https://www.facebook.com/)** into one structured record. Give it page URLs or usernames and it returns the **Facebook page details** a visitor sees: name, category, follower count, description, website, email, phone, address, opening status, price range, services, recommendation rating with review count, and the profile and cover images. Teams use it to enrich lead lists, verify business contact data, and track follower counts across a set of pages.

Paste as many pages as you like and get one dataset item per page, ready to export to JSON, CSV or Excel. No Facebook account, cookies or API key are needed, and datacenter proxies are enough.

***

### 🚀 Key Features

- 🔗 **Pages, profiles, usernames** — a `facebook.com/nike` link, a bare `nike`, or a `profile.php?id=…` link, with no limit on how many per run
- 🧾 **Complete page record** — name, category, followers, "talking about" count, check-ins, description, verification badge
- 📇 **Contact details** — website, email, phone and street address from the page's about tab, when the page publishes them
- 🏪 **Business facts** — opening status, price range, services and the percentage of visitors who recommend the page, with the review count
- 🖼️ **Profile and cover images** at the size Facebook serves
- 🕒 **Latest post time** — see at a glance whether a page is still active
- 🛡️ **No login required** — reads only what Facebook shows to logged-out visitors; Apify datacenter proxies by default
- 📤 **Multiple export formats** — JSON, CSV, Excel, XML via the Apify dataset
- 🔁 **Schedulable runs** — re-run weekly to track follower counts and contact changes over time

***

### 👥 Who Is This Actor For?

- 🎯 **Sales and lead-generation teams** — enriching a list of businesses with email, phone, address and website
- 📣 **Marketing and brand teams** — tracking competitor follower counts and positioning
- 🗺️ **Local data and directory builders** — collecting business facts for a city or a category
- 🧰 **Developers** — feeding page facts into a CRM, a dashboard or a data warehouse
- 🤖 **AI builders** — giving an agent verified facts about a company's Facebook presence

### 💡 Common Use Cases

- Enrich a list of 100 restaurant pages with address, phone, email and rating for outreach
- Scrape Facebook pages of competitors each week and chart their follower counts
- Verify the website and contact details a business publishes on Facebook
- Build a directory of local businesses in one category with opening status and price range
- Check whether a page is still active from its latest post time before contacting it

***

### 🔗 Supported URL Types

| URL Type | Example |
| -------- | ------- |
| **Page by username** | `https://www.facebook.com/KatzsDeli` |
| **Bare username** | `nasa` or `@nasa` |
| **Page tab link** | `https://www.facebook.com/nike/about` |
| **Profile by numeric id** | `https://www.facebook.com/profile.php?id=100044541544829` |
| **People link** | `https://www.facebook.com/people/Mark-Zuckerberg/4/` |
| **`web.facebook.com` or `m.facebook.com` links** | `https://web.facebook.com/nasa` |

Group, Marketplace, event and single-post links are not page URLs. For a page's posts, use the Facebook Page Posts Scraper from the same suite.

***

### 📥 Input

| Field | Type | Description | Default |
| ----- | ---- | ----------- | ------- |
| `startUrls` | Array | Facebook pages or public profiles to scrape. Paste a page URL such as `https://www.facebook.com/nike`, a username such as `nike`, or a `profile.php?id=…` link. One dataset item is produced per page, and you can pass as many pages as you like. | Required |
| `proxyConfiguration` | Object | Proxy configuration. Defaults to Apify datacenter proxies, which are enough for page details. Switch to residential proxies if runs report blocked IP addresses. | `{ "useApifyProxy": true }` |

#### Example Input

```json
{
  "startUrls": ["https://www.facebook.com/nike", "KatzsDeli", "nasa"],
  "proxyConfiguration": { "useApifyProxy": true }
}
```

***

### 📤 Output

One dataset item per page:

| Field | Type | Description |
| ----- | ---- | ----------- |
| `url` | String | The page's canonical URL |
| `input_url` | String | The URL or username you passed in |
| `username` | String | The page's username, or null for id-only pages |
| `user_id` | String | Facebook's internal id for the page's profile |
| `page_id` | String | Facebook's page id |
| `name` | String | The page's display name |
| `category` | String | The page's main category, such as "Deli" |
| `categories` | Array | Every category the page lists |
| `is_verified` | Boolean | Whether the page carries the verified badge |
| `followers` | Number | Follower count |
| `following` | Number | How many pages this page follows, when shown |
| `talking_about_count` | Number | Facebook's "talking about this" count |
| `were_here_count` | Number | Check-ins, for pages with a location |
| `description` | String | The page's tagline or short description |
| `website` | String | The page's website |
| `websites` | Array | Every website the page lists |
| `social_links` | Array | Usernames the page lists on other networks |
| `email` | String | Contact email, when published |
| `phone` | String | Contact phone, when published |
| `address` | String | Street address, when published |
| `address_map_url` | String | Map link for the address |
| `hours_status` | String | "Open now" or "Closed now" at the time of the run, for businesses |
| `price_range` | String | Price range, such as "$$" |
| `services` | Array | Services the business lists, such as "Dine-in" |
| `rating_recommend_percent` | Number | Share of visitors who recommend the page |
| `review_count` | Number | Number of reviews behind that rating |
| `profile_picture_url` | String | Profile picture |
| `cover_photo_url` | String | Cover photo |
| `latest_post_time` | String | Publish time of the newest post, ISO 8601 (UTC) |
| `about_fields` | Array | Every field on the about tab as `section`, `type`, `title` and `link`, including ones not mapped above |
| `scraped_at` | String | When the item was collected, ISO 8601 (UTC) |

#### Example Output

A real item from a run on the example input (2026-09-19), with image URL query strings removed:

```json
{
  "url": "https://www.facebook.com/KatzsDeli",
  "input_url": "KatzsDeli",
  "username": "KatzsDeli",
  "user_id": "100064806517961",
  "page_id": "89033874836",
  "name": "Katz's Delicatessen | New York NY",
  "category": "Deli",
  "categories": [
    "Deli"
  ],
  "is_verified": false,
  "followers": 935105,
  "following": 0,
  "talking_about_count": 59293,
  "were_here_count": 529230,
  "description": "New York City's most iconic deli.",
  "website": "http://katzsdelicatessen.com/",
  "websites": [
    "http://katzsdelicatessen.com/"
  ],
  "social_links": [
    "katzsdeli"
  ],
  "email": "cs@katzsdelicatessen.com",
  "phone": "(212) 254-2246",
  "address": "205 E Houston St, New York, NY, United States, 10002",
  "address_map_url": "https://www.bing.com/maps/default.aspx?v=2&pc=FACEBK&mid=8100&where1=205+E+Houston+St%2C+New+York%2C+NY%2C+United+States%2C+10002&FORM=FBKPL1&mkt=en-US",
  "hours_status": "Open now",
  "price_range": "$$",
  "services": [
    "Dine-in",
    "Outdoor seating",
    "In-store pickup"
  ],
  "rating_recommend_percent": 98,
  "review_count": 52517,
  "profile_picture_url": "https://scontent-arn2-1.xx.fbcdn.net/v/t39.30808-1/347587684_597250122171933_7563996541647031112_n.jpg",
  "cover_photo_url": "https://scontent-arn2-1.xx.fbcdn.net/v/t39.30808-6/347638085_5639895616114156_695043930763579880_n.png",
  "latest_post_time": "2026-09-13T14:10:57.000Z",
  "about_fields": [
    {
      "section": "category",
      "type": "category",
      "title": "Deli",
      "link": null
    },
    {
      "section": "about_contact_info",
      "type": "address",
      "title": "205 E Houston St, New York, NY, United States, 10002",
      "link": "https://www.bing.com/maps/default.aspx?v=2&pc=FACEBK&mid=8100&where1=205+E+Houston+St%2C+New+York%2C+NY%2C+United+States%2C+10002&FORM=FBKPL1&mkt=en-US"
    },
    {
      "section": "about_contact_info",
      "type": "profile_phone",
      "title": "(212) 254-2246",
      "link": null
    },
    {
      "section": "about_contact_info",
      "type": "profile_email",
      "title": "cs@katzsdelicatessen.com",
      "link": null
    },
    {
      "section": "websites_and_social_links",
      "type": "website",
      "title": "http://katzsdelicatessen.com/",
      "link": "https://l.facebook.com/l.php?u=http%3A%2F%2Fkatzsdelicatessen.com%2F&h=AUByJyfJxOKXnvlvEfIxzFpMSkKTZA0fuXKH7wp8-egT8eo8tTBWzllfjQaypO14wM4wsVzz_sqTtyEgjRL7sutsocdl9PBy7KlC_gX4h3JBqVsyVIbv0G_3Q9b9xCX-VShihmDxR9WZ_kS1_pjt-A&s=1"
    },
    {
      "section": "websites_and_social_links",
      "type": "screenname",
      "title": "katzsdeli",
      "link": "https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2Fkatzsdeli&h=AUACBTDmN7ps4BPYHP8o7vZfMGcThyXmZ6f4rdJILfHTiucEgULrMFlmKjhECcbQUgDchE7fXZhhf2Ht8Tnyyau8KQmT8Idc7-AwI7JItv1JiERq7U1YgIfwgQ-AuJyRbFCtDZ_BL3EUV83yI7u4mQ&s=1"
    },
    {
      "section": "basic_info",
      "type": "ratings",
      "title": "98% recommend (52,517 reviews)",
      "link": null
    },
    {
      "section": "basic_info",
      "type": "business_hours",
      "title": "Open now",
      "link": null
    },
    {
      "section": "basic_info",
      "type": "business_price",
      "title": "Price Range · $$",
      "link": null
    },
    {
      "section": "basic_info",
      "type": "business_services",
      "title": "Dine-in · Outdoor seating · In-store pickup",
      "link": null
    }
  ],
  "scraped_at": "2026-09-19T21:57:42.852Z"
}
```

You can export the dataset as **JSON, CSV, Excel, XML, RSS, or HTML** from the Apify Console or via the [Apify API](https://docs.apify.com/api/v2).

***

### 💰 Pricing

This Actor is **pay per event**. Each page saved counts as one result at **$0.01 per result**, so **1,000 pages cost $10** plus Apify platform usage. A free Apify account is enough to try it.

***

### ❓ FAQ

#### What is the Facebook Pages Scraper?

It is an Apify Actor that reads public Facebook pages and profiles and returns their details as structured data: followers, category, contact information, business facts and images. Paste page links or usernames and run it from the Console, the API, or on a schedule.

#### Do I need an account, cookies or an API key?

No. The Actor reads only what Facebook shows to visitors who are not logged in.

#### Which pages work?

Public pages and public profiles: businesses, brands, media outlets, public figures, organisations. A page that does not exist, or a profile hidden from logged-out visitors, fails with a message that says so.

#### Do I need a proxy?

The default Apify datacenter proxies were enough in our runs on 2026-09-19. If a run reports blocked IP addresses, switch the proxy setting to residential.

#### Why are email, phone or address empty?

The Actor returns what the page publishes on its about tab. Many brand pages list only a website; local businesses usually list an address, a phone and opening hours. `about_fields` carries everything the tab showed, so nothing the page published is lost.

#### Does it return opening hours?

Facebook shows logged-out visitors only whether the business is open or closed at the moment, which the Actor returns as `hours_status`. The weekly hours table is not shown to visitors without an account.

#### Can I get the page's posts too?

Yes, with the Facebook Page Posts Scraper from the same suite, which returns each post with its reactions, comments and shares.

#### Can I schedule it or integrate it with my app?

Yes. Every Apify Actor exposes a REST API, webhooks, and integrations with Zapier, Make, Google Sheets and Slack, and can be called from an AI agent via the Apify MCP server.

#### Is it legal to scrape Facebook pages?

This Actor accesses only publicly available pages. You are responsible for making sure your use complies with Facebook's terms of service and the laws in your jurisdiction, including any rules that apply to personal data.

#### What if Facebook changes and the Actor breaks?

Open an issue on the Actor's **Issues** tab with a page URL that fails, so the problem can be reproduced.

***

### 🧩 Part of the Facebook Scraper Suite

Goldmine's Actors for public Facebook data. Also try:

- [Facebook Group Scraper](https://apify.com/logical_scrapers/facebook-group-posts-scraper) — posts, authors, reactions and photos from public Facebook groups
- [Facebook Posts Scraper](https://apify.com/logical_scrapers/facebook-page-posts-scraper) — posts from public Facebook pages and profiles, with reactions, comments and shares
- [Facebook Comments Scraper](https://apify.com/logical_scrapers/facebook-comments-scraper) — comments and replies on public posts, videos, reels and photos
- [Facebook Ads Library Scraper](https://apify.com/logical_scrapers/facebook-ads-library-scraper) — ad copy, creatives, CTAs and run dates from the public Facebook Ad Library

See every Goldmine Actor at [apify.com/logical\_scrapers](https://apify.com/logical_scrapers).

***

### 📷 Image Credit

Image credit: [facebook.com](https://www.facebook.com/)

***

### 📬 Contact & Support

- **Issues & feature requests**: use the Issues tab on this Actor's page. Include a page URL that fails so it can be reproduced.
- **Email**: `coredev.dan@gmail.com`
- **If this Actor saved you time, please leave a ⭐ rating on the Apify Store.** It helps us keep it maintained.

This Actor is an independent tool for collecting publicly available data. It is not affiliated with, endorsed by, or connected with Meta Platforms, Inc.

# Actor input Schema

## `startUrls` (type: `array`):

Facebook pages or public profiles to scrape. Paste a page URL such as https://www.facebook.com/nike, a username such as nike, or a profile.php?id=… link. One dataset item is produced per page, and you can pass as many pages as you like.

## `proxyConfiguration` (type: `object`):

Proxy configuration. Defaults to Apify datacenter proxies, which are enough for page details. Switch to residential proxies if runs report blocked IP addresses.

## Actor input object example

```json
{
  "startUrls": [
    "https://www.facebook.com/nike",
    "KatzsDeli",
    "nasa"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "startUrls": [
        "https://www.facebook.com/nike",
        "KatzsDeli",
        "nasa"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logical_scrapers/facebook-page-details-scraper").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 = {
    "startUrls": [
        "https://www.facebook.com/nike",
        "KatzsDeli",
        "nasa",
    ],
    "proxyConfiguration": { "useApifyProxy": True },
}

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

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

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

```

## CLI example

```bash
echo '{
  "startUrls": [
    "https://www.facebook.com/nike",
    "KatzsDeli",
    "nasa"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call logical_scrapers/facebook-page-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,logical_scrapers/facebook-page-details-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/tIF3A2oKqte50MSsb/builds/1JcX5095b9Pq7Buf3/openapi.json
