Facebook Page Contact Data Scraper avatar

Facebook Page Contact Data Scraper

Try for free

Pay $10.00 for 1,000 results

Go to Store
Facebook Page Contact Data Scraper

Facebook Page Contact Data Scraper

bytecone/facebook-page-contact
Try for free

Pay $10.00 for 1,000 results

Fast and reliable scraper to collect all contact and about info of a given list of facebook pages

You can access the Facebook Page Contact Data Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "rvjVcC3QUn6iJHwXc"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/bytecone~facebook-page-contact/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-bytecone-facebook-page-contact",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/bytecone~facebook-page-contact/runs": {
50      "post": {
51        "operationId": "runs-sync-bytecone-facebook-page-contact",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/bytecone~facebook-page-contact/run-sync": {
93      "post": {
94        "operationId": "run-sync-bytecone-facebook-page-contact",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "startUrls"
135        ],
136        "properties": {
137          "startUrls": {
138            "title": "Start URLs",
139            "type": "array",
140            "description": "URLs to start with",
141            "items": {
142              "type": "object",
143              "required": [
144                "url"
145              ],
146              "properties": {
147                "url": {
148                  "type": "string",
149                  "title": "URL of a web page",
150                  "format": "uri"
151                }
152              }
153            }
154          },
155          "language": {
156            "title": "Language",
157            "enum": [
158              "af",
159              "am",
160              "ar-sa",
161              "as",
162              "az-Latn",
163              "be",
164              "bg",
165              "bn-BD",
166              "bn-IN",
167              "bs",
168              "ca",
169              "ca-ES-valencia",
170              "cs",
171              "cy",
172              "da",
173              "de",
174              "de-de",
175              "el",
176              "en-GB",
177              "en-US",
178              "es",
179              "es-ES",
180              "es-US",
181              "es-MX",
182              "et",
183              "eu",
184              "fa",
185              "fi",
186              "fil-Latn",
187              "fr",
188              "fr-FR",
189              "fr-CA",
190              "ga",
191              "gd-Latn",
192              "gl",
193              "gu",
194              "ha-Latn",
195              "he",
196              "hi",
197              "hr",
198              "hu",
199              "hy",
200              "id",
201              "ig-Latn",
202              "is",
203              "it",
204              "it-it",
205              "ja",
206              "ka",
207              "kk",
208              "km",
209              "kn",
210              "ko",
211              "kok",
212              "ku-Arab",
213              "ky-Cyrl",
214              "lb",
215              "lt",
216              "lv",
217              "mi-Latn",
218              "mk",
219              "ml",
220              "mn-Cyrl",
221              "mr",
222              "ms",
223              "mt",
224              "nb",
225              "ne",
226              "nl",
227              "nl-BE",
228              "nn",
229              "nso",
230              "or",
231              "pa",
232              "pa-Arab",
233              "pl",
234              "prs-Arab",
235              "pt-BR",
236              "pt-PT",
237              "qut-Latn",
238              "quz",
239              "ro",
240              "ru",
241              "rw",
242              "sd-Arab",
243              "si",
244              "sk",
245              "sl",
246              "sq",
247              "sr-Cyrl-BA",
248              "sr-Cyrl-RS",
249              "sr-Latn-RS",
250              "sv",
251              "sw",
252              "ta",
253              "te",
254              "tg-Cyrl",
255              "th",
256              "ti",
257              "tk-Latn",
258              "tn",
259              "tr",
260              "tt-Cyrl",
261              "ug-Arab",
262              "uk",
263              "ur",
264              "uz-Latn",
265              "vi",
266              "wo",
267              "xh",
268              "yo-Latn",
269              "zh-Hans",
270              "zh-Hant",
271              "zu"
272            ],
273            "type": "string",
274            "description": "Select results language",
275            "default": "en-US"
276          },
277          "proxyConfiguration": {
278            "title": "Proxy configuration",
279            "type": "object",
280            "description": "Specifies proxy servers that will be used by the scraper in order to hide its origin.",
281            "default": {
282              "useApifyProxy": true
283            }
284          }
285        }
286      },
287      "runsResponseSchema": {
288        "type": "object",
289        "properties": {
290          "data": {
291            "type": "object",
292            "properties": {
293              "id": {
294                "type": "string"
295              },
296              "actId": {
297                "type": "string"
298              },
299              "userId": {
300                "type": "string"
301              },
302              "startedAt": {
303                "type": "string",
304                "format": "date-time",
305                "example": "2025-01-08T00:00:00.000Z"
306              },
307              "finishedAt": {
308                "type": "string",
309                "format": "date-time",
310                "example": "2025-01-08T00:00:00.000Z"
311              },
312              "status": {
313                "type": "string",
314                "example": "READY"
315              },
316              "meta": {
317                "type": "object",
318                "properties": {
319                  "origin": {
320                    "type": "string",
321                    "example": "API"
322                  },
323                  "userAgent": {
324                    "type": "string"
325                  }
326                }
327              },
328              "stats": {
329                "type": "object",
330                "properties": {
331                  "inputBodyLen": {
332                    "type": "integer",
333                    "example": 2000
334                  },
335                  "rebootCount": {
336                    "type": "integer",
337                    "example": 0
338                  },
339                  "restartCount": {
340                    "type": "integer",
341                    "example": 0
342                  },
343                  "resurrectCount": {
344                    "type": "integer",
345                    "example": 0
346                  },
347                  "computeUnits": {
348                    "type": "integer",
349                    "example": 0
350                  }
351                }
352              },
353              "options": {
354                "type": "object",
355                "properties": {
356                  "build": {
357                    "type": "string",
358                    "example": "latest"
359                  },
360                  "timeoutSecs": {
361                    "type": "integer",
362                    "example": 300
363                  },
364                  "memoryMbytes": {
365                    "type": "integer",
366                    "example": 1024
367                  },
368                  "diskMbytes": {
369                    "type": "integer",
370                    "example": 2048
371                  }
372                }
373              },
374              "buildId": {
375                "type": "string"
376              },
377              "defaultKeyValueStoreId": {
378                "type": "string"
379              },
380              "defaultDatasetId": {
381                "type": "string"
382              },
383              "defaultRequestQueueId": {
384                "type": "string"
385              },
386              "buildNumber": {
387                "type": "string",
388                "example": "1.0.0"
389              },
390              "containerUrl": {
391                "type": "string"
392              },
393              "usage": {
394                "type": "object",
395                "properties": {
396                  "ACTOR_COMPUTE_UNITS": {
397                    "type": "integer",
398                    "example": 0
399                  },
400                  "DATASET_READS": {
401                    "type": "integer",
402                    "example": 0
403                  },
404                  "DATASET_WRITES": {
405                    "type": "integer",
406                    "example": 0
407                  },
408                  "KEY_VALUE_STORE_READS": {
409                    "type": "integer",
410                    "example": 0
411                  },
412                  "KEY_VALUE_STORE_WRITES": {
413                    "type": "integer",
414                    "example": 1
415                  },
416                  "KEY_VALUE_STORE_LISTS": {
417                    "type": "integer",
418                    "example": 0
419                  },
420                  "REQUEST_QUEUE_READS": {
421                    "type": "integer",
422                    "example": 0
423                  },
424                  "REQUEST_QUEUE_WRITES": {
425                    "type": "integer",
426                    "example": 0
427                  },
428                  "DATA_TRANSFER_INTERNAL_GBYTES": {
429                    "type": "integer",
430                    "example": 0
431                  },
432                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
433                    "type": "integer",
434                    "example": 0
435                  },
436                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
437                    "type": "integer",
438                    "example": 0
439                  },
440                  "PROXY_SERPS": {
441                    "type": "integer",
442                    "example": 0
443                  }
444                }
445              },
446              "usageTotalUsd": {
447                "type": "number",
448                "example": 0.00005
449              },
450              "usageUsd": {
451                "type": "object",
452                "properties": {
453                  "ACTOR_COMPUTE_UNITS": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "DATASET_READS": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "DATASET_WRITES": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "KEY_VALUE_STORE_READS": {
466                    "type": "integer",
467                    "example": 0
468                  },
469                  "KEY_VALUE_STORE_WRITES": {
470                    "type": "number",
471                    "example": 0.00005
472                  },
473                  "KEY_VALUE_STORE_LISTS": {
474                    "type": "integer",
475                    "example": 0
476                  },
477                  "REQUEST_QUEUE_READS": {
478                    "type": "integer",
479                    "example": 0
480                  },
481                  "REQUEST_QUEUE_WRITES": {
482                    "type": "integer",
483                    "example": 0
484                  },
485                  "DATA_TRANSFER_INTERNAL_GBYTES": {
486                    "type": "integer",
487                    "example": 0
488                  },
489                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
490                    "type": "integer",
491                    "example": 0
492                  },
493                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
494                    "type": "integer",
495                    "example": 0
496                  },
497                  "PROXY_SERPS": {
498                    "type": "integer",
499                    "example": 0
500                  }
501                }
502              }
503            }
504          }
505        }
506      }
507    }
508  }
509}

Facebook Page Contact Data Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Facebook Page Contact Data Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 4 monthly users

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Aug 2024

  • Modified a month ago

Categories