无需登录即可从任何公共Facebook主页提取30多个字段。返回联系方式(电话、邮箱、网站、地址)、互动指标(点赞、粉丝、讨论量)、商业信息(类别、服务、营业时间)、最新帖子以及Facebook广告资料库中的活跃广告。
# 通过Apify API启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~facebook-pages-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "pages": ["Meta", "obi.swiss"], "includeAds": true }' # 或通过MCP与AI代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/facebook-pages-scraper
| 特性 | NanoScrape | 基于浏览器的爬虫 |
|---|---|---|
| 需要登录 | 否 | 通常需要 |
| Docker镜像 | ~12MB | 500MB - 2GB |
| 内存占用 | 128MB | 1-4GB |
| 广告资料库数据 | 包含 | 很少 |
| 成本 | 便宜10倍 | 基准价格 |
| 需要Chrome | 否 | 是 |
| 字段 | 类型 | 示例 |
|---|---|---|
| name | string | Meta |
| pageUrl | string | https://www.facebook.com/Meta |
| profilePicUrl | string | https://scontent... |
| coverPhotoUrl | string | https://scontent... |
| category | string | 互联网公司 |
| subcategories | string[] | ["科技", "软件"] |
| likes | number | 14200000 |
| followers | number | 14500000 |
| talkingAbout | number | 85000 |
| wereHere | number | 12500 |
| rating | number | 4.2 |
| ratingCount | number | 3400 |
| phone | string | +1 650-543-4800 |
| string | [email protected] | |
| website | string | https://about.meta.com |
| address | string | 1 Hacker Way, Menlo Park, CA |
| city | string | Menlo Park |
| zip | string | 94025 |
| country | string | 美国 |
| hours | object | {"周一": "9:00-17:00", ...} |
| services | string[] | ["咨询", "开发"] |
| priceRange | string | $$ |
| description | string | Meta官方主页 |
| shortDescription | string | 构建连接的未来 |
| founded | string | 2004 |
| impressum | string | Meta Platforms, Inc. |
| latestPostText | string | 我们很高兴地宣布... |
| latestPostDate | string | 2026-04-20T10:30:00Z |
| latestPostImageUrl | string | https://scontent... |
| isVerified | boolean | true |
| adCount | number | 24 |
| ads | object[] | [{text, link, format, startDate}] |
| pageId | string | 100064757027104 |
| scrapedAt | string | 2026-04-23T08:00:00Z |