
Facebook page contact info Scraper
Pricing
$20.00/month + usage

Facebook page contact info Scraper
Get Facebook pages addresses, email, likes, website, check-ins, and phone information
Pricing
$20.00/month + usage
Monthly users
121
Runs succeeded
>99%
Response time
3.8 days
Last modified
7 hours ago
You can access the Facebook page contact info Scraper programmatically from your own applications by using the Apify API. You can also 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": "O1wGb2szIj3vfwvia"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/apify~facebook-page-contact-information/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-apify-facebook-page-contact-information",
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/apify~facebook-page-contact-information/runs": {
50 "post": {
51 "operationId": "runs-sync-apify-facebook-page-contact-information",
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/apify~facebook-page-contact-information/run-sync": {
93 "post": {
94 "operationId": "run-sync-apify-facebook-page-contact-information",
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 "pages"
135 ],
136 "properties": {
137 "pages": {
138 "title": "Pages URLs or page IDs",
139 "uniqueItems": true,
140 "type": "array",
141 "description": "Add Facebook pages",
142 "default": [],
143 "items": {
144 "type": "string"
145 }
146 },
147 "language": {
148 "title": "Language",
149 "enum": [
150 "af-ZA",
151 "az-AZ",
152 "bs-BA",
153 "br-FR",
154 "ca-ES",
155 "cx-PH",
156 "co-FR",
157 "cs-CZ",
158 "da-DK",
159 "en-GB",
160 "en-US",
161 "eo-EO",
162 "et-EE",
163 "eu-ES",
164 "tl-PH",
165 "fo-FO",
166 "fr-CA",
167 "fr-FR",
168 "fy-NL",
169 "ff-NG",
170 "gl-ES",
171 "de-DE",
172 "gn-PY",
173 "ha-NG",
174 "hr-HR",
175 "id-ID",
176 "ga-IE",
177 "is-IS",
178 "it-IT",
179 "jv-ID",
180 "rw-RW",
181 "ht-HT",
182 "ku-TR",
183 "lv-LV",
184 "lt-LT",
185 "hu-HU",
186 "mg-MG",
187 "ms-MY",
188 "mt-MT",
189 "nl-NL",
190 "nl-BE",
191 "nb-NO",
192 "nn-NO",
193 "pl-PL",
194 "pt-BR",
195 "pt-PT",
196 "ro-RO",
197 "sc-IT",
198 "sn-ZW",
199 "sq-AL",
200 "sz-PL",
201 "sk-SK",
202 "sl-SI",
203 "so-SO",
204 "es-LA",
205 "es-ES",
206 "fi-FI",
207 "sw-KE",
208 "sv-SE",
209 "tr-TR",
210 "uz-UZ",
211 "vi-VN",
212 "cy-GB",
213 "zz-TR",
214 "el-GR",
215 "be-BY",
216 "bg-BG",
217 "ky-KG",
218 "kk-KZ",
219 "mk-MK",
220 "mn-MN",
221 "ru-RU",
222 "sr-RS",
223 "tt-RU",
224 "tg-TJ",
225 "uk-UA",
226 "ka-GE",
227 "hy-AM",
228 "he-IL",
229 "ur-PK",
230 "ar-AR",
231 "ps-AF",
232 "fa-IR",
233 "cb-IQ",
234 "sy-SY",
235 "tz-MA",
236 "am-ET",
237 "ne-NP",
238 "mr-IN",
239 "hi-IN",
240 "as-IN",
241 "bn-IN",
242 "pa-IN",
243 "gu-IN",
244 "or-IN",
245 "ta-IN",
246 "te-IN",
247 "kn-IN",
248 "ml-IN",
249 "si-LK",
250 "th-TH",
251 "lo-LA",
252 "my-MM",
253 "km-KH",
254 "ko-KR",
255 "zh-TW",
256 "zh-CN",
257 "zh-HK",
258 "ja-JP",
259 "ja-KS"
260 ],
261 "type": "string",
262 "description": "Provide the language. Using this setting changes the dataset output.",
263 "default": "en-US"
264 }
265 }
266 },
267 "runsResponseSchema": {
268 "type": "object",
269 "properties": {
270 "data": {
271 "type": "object",
272 "properties": {
273 "id": {
274 "type": "string"
275 },
276 "actId": {
277 "type": "string"
278 },
279 "userId": {
280 "type": "string"
281 },
282 "startedAt": {
283 "type": "string",
284 "format": "date-time",
285 "example": "2025-01-08T00:00:00.000Z"
286 },
287 "finishedAt": {
288 "type": "string",
289 "format": "date-time",
290 "example": "2025-01-08T00:00:00.000Z"
291 },
292 "status": {
293 "type": "string",
294 "example": "READY"
295 },
296 "meta": {
297 "type": "object",
298 "properties": {
299 "origin": {
300 "type": "string",
301 "example": "API"
302 },
303 "userAgent": {
304 "type": "string"
305 }
306 }
307 },
308 "stats": {
309 "type": "object",
310 "properties": {
311 "inputBodyLen": {
312 "type": "integer",
313 "example": 2000
314 },
315 "rebootCount": {
316 "type": "integer",
317 "example": 0
318 },
319 "restartCount": {
320 "type": "integer",
321 "example": 0
322 },
323 "resurrectCount": {
324 "type": "integer",
325 "example": 0
326 },
327 "computeUnits": {
328 "type": "integer",
329 "example": 0
330 }
331 }
332 },
333 "options": {
334 "type": "object",
335 "properties": {
336 "build": {
337 "type": "string",
338 "example": "latest"
339 },
340 "timeoutSecs": {
341 "type": "integer",
342 "example": 300
343 },
344 "memoryMbytes": {
345 "type": "integer",
346 "example": 1024
347 },
348 "diskMbytes": {
349 "type": "integer",
350 "example": 2048
351 }
352 }
353 },
354 "buildId": {
355 "type": "string"
356 },
357 "defaultKeyValueStoreId": {
358 "type": "string"
359 },
360 "defaultDatasetId": {
361 "type": "string"
362 },
363 "defaultRequestQueueId": {
364 "type": "string"
365 },
366 "buildNumber": {
367 "type": "string",
368 "example": "1.0.0"
369 },
370 "containerUrl": {
371 "type": "string"
372 },
373 "usage": {
374 "type": "object",
375 "properties": {
376 "ACTOR_COMPUTE_UNITS": {
377 "type": "integer",
378 "example": 0
379 },
380 "DATASET_READS": {
381 "type": "integer",
382 "example": 0
383 },
384 "DATASET_WRITES": {
385 "type": "integer",
386 "example": 0
387 },
388 "KEY_VALUE_STORE_READS": {
389 "type": "integer",
390 "example": 0
391 },
392 "KEY_VALUE_STORE_WRITES": {
393 "type": "integer",
394 "example": 1
395 },
396 "KEY_VALUE_STORE_LISTS": {
397 "type": "integer",
398 "example": 0
399 },
400 "REQUEST_QUEUE_READS": {
401 "type": "integer",
402 "example": 0
403 },
404 "REQUEST_QUEUE_WRITES": {
405 "type": "integer",
406 "example": 0
407 },
408 "DATA_TRANSFER_INTERNAL_GBYTES": {
409 "type": "integer",
410 "example": 0
411 },
412 "DATA_TRANSFER_EXTERNAL_GBYTES": {
413 "type": "integer",
414 "example": 0
415 },
416 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
417 "type": "integer",
418 "example": 0
419 },
420 "PROXY_SERPS": {
421 "type": "integer",
422 "example": 0
423 }
424 }
425 },
426 "usageTotalUsd": {
427 "type": "number",
428 "example": 0.00005
429 },
430 "usageUsd": {
431 "type": "object",
432 "properties": {
433 "ACTOR_COMPUTE_UNITS": {
434 "type": "integer",
435 "example": 0
436 },
437 "DATASET_READS": {
438 "type": "integer",
439 "example": 0
440 },
441 "DATASET_WRITES": {
442 "type": "integer",
443 "example": 0
444 },
445 "KEY_VALUE_STORE_READS": {
446 "type": "integer",
447 "example": 0
448 },
449 "KEY_VALUE_STORE_WRITES": {
450 "type": "number",
451 "example": 0.00005
452 },
453 "KEY_VALUE_STORE_LISTS": {
454 "type": "integer",
455 "example": 0
456 },
457 "REQUEST_QUEUE_READS": {
458 "type": "integer",
459 "example": 0
460 },
461 "REQUEST_QUEUE_WRITES": {
462 "type": "integer",
463 "example": 0
464 },
465 "DATA_TRANSFER_INTERNAL_GBYTES": {
466 "type": "integer",
467 "example": 0
468 },
469 "DATA_TRANSFER_EXTERNAL_GBYTES": {
470 "type": "integer",
471 "example": 0
472 },
473 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
474 "type": "integer",
475 "example": 0
476 },
477 "PROXY_SERPS": {
478 "type": "integer",
479 "example": 0
480 }
481 }
482 }
483 }
484 }
485 }
486 }
487 }
488 }
489}
📱Scrape contact info from Facebook Pages 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 info 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:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
7 days
Price
$20.00