{
  "openapi": "3.0.1",
  "info": {
    "title": "Facebook Pages Scraper",
    "description": "Facebook Pages Scraper extracts emails, phones, likes, followers, business hours, social links and Ad Library data — scrape Facebook page details in bulk for lead generation, local business data and competitor research",
    "version": "1.0",
    "x-build-id": "VslE57eblN0lnjEPJ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/data_minds~facebook-pages-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-data_minds-facebook-pages-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/data_minds~facebook-pages-scraper/runs": {
      "post": {
        "operationId": "runs-sync-data_minds-facebook-pages-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/data_minds~facebook-pages-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-data_minds-facebook-pages-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "startUrls"
        ],
        "properties": {
          "startUrls": {
            "title": "🔗 Facebook Page URLs",
            "uniqueItems": true,
            "type": "array",
            "description": "✨ One or more Facebook Page URLs — e.g. <code>https://www.facebook.com/MrBean</code>. Bulk input supported: click <strong>Bulk edit</strong> to paste a whole list (one per line) or link a text file. Works with <code>facebook.com/&lt;username&gt;</code>, <code>profile.php?id=…</code> and <code>facebook.com/pages/…</code> links.",
            "items": {
              "type": "string"
            }
          },
          "pages": {
            "title": "📝 Page usernames / IDs (bulk list)",
            "uniqueItems": true,
            "type": "array",
            "description": "Optional extra list — one entry per line, bulk-paste friendly. Accepts bare usernames (<code>humansofnewyork</code>), numeric page IDs (<code>100044139564343</code>) or full URLs. Merged with the URLs above.",
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "🔢 Max pages to scrape",
            "minimum": 0,
            "maximum": 100000,
            "type": "integer",
            "description": "Stop after this many pages (handy for a quick test run). <code>0</code> = no limit — scrape every page you provided.",
            "default": 0
          },
          "language": {
            "title": "🌍 Language",
            "enum": [
              "af-ZA",
              "az-AZ",
              "bs-BA",
              "br-FR",
              "ca-ES",
              "cx-PH",
              "co-FR",
              "cs-CZ",
              "da-DK",
              "en-GB",
              "en-US",
              "eo-EO",
              "et-EE",
              "eu-ES",
              "tl-PH",
              "fo-FO",
              "fr-CA",
              "fr-FR",
              "fy-NL",
              "ff-NG",
              "gl-ES",
              "de-DE",
              "gn-PY",
              "ha-NG",
              "hr-HR",
              "id-ID",
              "ga-IE",
              "is-IS",
              "it-IT",
              "jv-ID",
              "rw-RW",
              "ht-HT",
              "ku-TR",
              "lv-LV",
              "lt-LT",
              "hu-HU",
              "mg-MG",
              "ms-MY",
              "mt-MT",
              "nl-NL",
              "nl-BE",
              "nb-NO",
              "nn-NO",
              "pl-PL",
              "pt-BR",
              "pt-PT",
              "ro-RO",
              "sc-IT",
              "sn-ZW",
              "sq-AL",
              "sz-PL",
              "sk-SK",
              "sl-SI",
              "so-SO",
              "es-LA",
              "es-ES",
              "fi-FI",
              "sw-KE",
              "sv-SE",
              "tr-TR",
              "uz-UZ",
              "vi-VN",
              "cy-GB",
              "zz-TR",
              "el-GR",
              "be-BY",
              "bg-BG",
              "ky-KG",
              "kk-KZ",
              "mk-MK",
              "mn-MN",
              "ru-RU",
              "sr-RS",
              "tt-RU",
              "tg-TJ",
              "uk-UA",
              "ka-GE",
              "hy-AM",
              "he-IL",
              "ur-PK",
              "ar-AR",
              "ps-AF",
              "fa-IR",
              "cb-IQ",
              "sy-SY",
              "tz-MA",
              "am-ET",
              "ne-NP",
              "mr-IN",
              "hi-IN",
              "as-IN",
              "bn-IN",
              "pa-IN",
              "gu-IN",
              "or-IN",
              "ta-IN",
              "te-IN",
              "kn-IN",
              "ml-IN",
              "si-LK",
              "th-TH",
              "lo-LA",
              "my-MM",
              "km-KH",
              "ko-KR",
              "zh-TW",
              "zh-CN",
              "zh-HK",
              "ja-JP",
              "ja-KS"
            ],
            "type": "string",
            "description": "Language Facebook renders the page in — changes the text of category names, ad status, dates and other labels in the output. Default: English (US).",
            "default": "en-US"
          },
          "fetchAboutSubpages": {
            "title": "🧾 Include About details (contact · business info · transparency)",
            "type": "boolean",
            "description": "ON (recommended): also collects the page's About sections — email, phone, website, address, business hours, price range, services, rating, page creation date, ad status and confirmed owner. OFF: only the basic profile card (name, likes, followers, bio, photos) — roughly 3× faster per page.",
            "default": true
          },
          "includeAdLibrary": {
            "title": "📢 Include Ad Library info",
            "type": "boolean",
            "description": "Adds the page's Ad Library ID, a ready-to-open Ad Library URL and the current ad-running status (<code>pageAdLibrary</code>, <code>pageAdLibraryUrl</code>, <code>ad_status</code>).",
            "default": true
          },
          "showVerifiedBadge": {
            "title": "✅ Include verified badge",
            "type": "boolean",
            "description": "Report whether the page carries Facebook's blue verified badge (<code>isVerified</code> / <code>verified</code>). Turn OFF to leave those fields empty.",
            "default": true
          },
          "normalizeNumbers": {
            "title": "🔢 Numeric counters",
            "type": "boolean",
            "description": "ON: likes/followers are returned as plain integers (<code>141854789</code>) with the display text kept alongside (<code>likesText</code>: \"141,854,789 likes\"). OFF: the counters keep their original display text.",
            "default": true
          },
          "deduplicate": {
            "title": "🧹 Remove duplicate pages",
            "type": "boolean",
            "description": "Skip a page that appears more than once across your URL and username lists (e.g. <code>facebook.com/MrBean</code> and <code>MrBean</code>). Recommended.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "🛡️ Proxy configuration",
            "type": "object",
            "description": "🚦 Default is NO proxy — the Actor talks to Facebook directly. If a request ever gets rejected or blocked, it automatically escalates step-by-step: 🚫 no proxy → 🖥️ datacenter proxy → 🏠 residential proxy (retrying up to 3× on residential), then sticks with residential for the rest of the run. Every escalation is logged clearly. Force a tier yourself here if you already know what you need.",
            "default": {
              "useApifyProxy": false
            }
          },
          "concurrency": {
            "title": "🧵 Pages in parallel",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many pages are fetched at the same time. Higher = faster, but more likely to trip Facebook's rate limits. 3–8 is a good range.",
            "default": 5
          },
          "requestDelay": {
            "title": "⏱️ Delay between requests (seconds)",
            "minimum": 0,
            "maximum": 10,
            "type": "number",
            "description": "Minimum pause between any two requests across the whole run. Raise it if you see rate-limit warnings in the log.",
            "default": 0.3
          },
          "maxRetries": {
            "title": "🔁 Max retries per request",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "How many times a failed/blocked request is retried (with backoff) on each proxy tier before escalating or giving up. On the residential tier at least 3 attempts are always made.",
            "default": 3
          },
          "requestTimeoutSecs": {
            "title": "⌛ Request timeout (seconds)",
            "minimum": 5,
            "maximum": 180,
            "type": "integer",
            "description": "Give up on a single request after this many seconds.",
            "default": 45
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}