Facebook Phone Number Scraper
2 hours trial then $5.00/month - No credit card required now
Facebook Phone Number Scraper
2 hours trial then $5.00/month - No credit card required now
Facebook Phone Number Scraper extracts accurate contact details from Facebook using targeted keywords and country-specific dial codes. Perfect for lead generation, market research, and data enrichment.
You can access the Facebook Phone Number 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.1",
5 "x-build-id": "ikh6EIeteGuhCHYzV"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/scraper-mind~facebook-phone-number-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-scraper-mind-facebook-phone-number-scraper",
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/scraper-mind~facebook-phone-number-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-scraper-mind-facebook-phone-number-scraper",
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/scraper-mind~facebook-phone-number-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-scraper-mind-facebook-phone-number-scraper",
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 "keyword",
135 "country"
136 ],
137 "properties": {
138 "keyword": {
139 "title": "Keyword",
140 "type": "string",
141 "description": "The keyword to search for. (Example: John, Air Fryer, etc.)",
142 "default": "John"
143 },
144 "platform": {
145 "title": "Platform",
146 "enum": [
147 "Facebook"
148 ],
149 "type": "string",
150 "description": "Select platform.",
151 "default": "Facebook"
152 },
153 "country": {
154 "title": "Country",
155 "enum": [
156 "Afghanistan (+93)",
157 "Albania (+355)",
158 "Algeria (+213)",
159 "Andorra (+376)",
160 "Angola (+244)",
161 "Antigua And Barbuda (+1-268)",
162 "Argentina (+54)",
163 "Armenia (+374)",
164 "Australia (+61)",
165 "Austria (+43)",
166 "Azerbaijan (+994)",
167 "Bahamas (+1-242)",
168 "Bahrain (+973)",
169 "Bangladesh (+880)",
170 "Barbados (+1-246)",
171 "Belarus (+375)",
172 "Belgium (+32)",
173 "Belize (+501)",
174 "Benin (+229)",
175 "Bhutan (+975)",
176 "Bolivia (+591)",
177 "Bosnia And Herzegovina (+387)",
178 "Botswana (+267)",
179 "Brazil (+55)",
180 "Brunei (+673)",
181 "Bulgaria (+359)",
182 "Burkina Faso (+226)",
183 "Burundi (+257)",
184 "Cambodia (+855)",
185 "Cameroon (+237)",
186 "Canada (+1)",
187 "Cape Verde (+238)",
188 "Central African Republic (+236)",
189 "Chad (+235)",
190 "Chile (+56)",
191 "China (+86)",
192 "Colombia (+57)",
193 "Comoros (+269)",
194 "Congo (Democratic Republic) (+243)",
195 "Congo (Republic) (+242)",
196 "Costa Rica (+506)",
197 "Croatia (+385)",
198 "Cuba (+53)",
199 "Cyprus (+357)",
200 "Czech Republic (+420)",
201 "Denmark (+45)",
202 "Djibouti (+253)",
203 "Dominica (+1-767)",
204 "Dominican Republic (+1-809)",
205 "East Timor (+670)",
206 "Ecuador (+593)",
207 "Egypt (+20)",
208 "El Salvador (+503)",
209 "Equatorial Guinea (+240)",
210 "Eritrea (+291)",
211 "Estonia (+372)",
212 "Eswatini (+268)",
213 "Ethiopia (+251)",
214 "Fiji (+679)",
215 "Finland (+358)",
216 "France (+33)",
217 "Gabon (+241)",
218 "Gambia (+220)",
219 "Georgia (+995)",
220 "Germany (+49)",
221 "Ghana (+233)",
222 "Greece (+30)",
223 "Grenada (+1-473)",
224 "Guatemala (+502)",
225 "Guinea (+224)",
226 "Guinea-Bissau (+245)",
227 "Guyana (+592)",
228 "Haiti (+509)",
229 "Honduras (+504)",
230 "Hungary (+36)",
231 "Iceland (+354)",
232 "India (+91)",
233 "Indonesia (+62)",
234 "Iran (+98)",
235 "Iraq (+964)",
236 "Ireland (+353)",
237 "Israel (+972)",
238 "Italy (+39)",
239 "Jamaica (+1-876)",
240 "Japan (+81)",
241 "Jordan (+962)",
242 "Kazakhstan (+7)",
243 "Kenya (+254)",
244 "Kiribati (+686)",
245 "Korea, North (+850)",
246 "Korea, South (+82)",
247 "Kuwait (+965)",
248 "Kyrgyzstan (+996)",
249 "Laos (+856)",
250 "Latvia (+371)",
251 "Lebanon (+961)",
252 "Lesotho (+266)",
253 "Liberia (+231)",
254 "Libya (+218)",
255 "Liechtenstein (+423)",
256 "Lithuania (+370)",
257 "Luxembourg (+352)",
258 "Madagascar (+261)",
259 "Malawi (+265)",
260 "Malaysia (+60)",
261 "Maldives (+960)",
262 "Mali (+223)",
263 "Malta (+356)",
264 "Marshall Islands (+692)",
265 "Mauritania (+222)",
266 "Mauritius (+230)",
267 "Mexico (+52)",
268 "Micronesia (+691)",
269 "Moldova (+373)",
270 "Monaco (+377)",
271 "Mongolia (+976)",
272 "Montenegro (+382)",
273 "Morocco (+212)",
274 "Mozambique (+258)",
275 "Myanmar (+95)",
276 "Namibia (+264)",
277 "Nauru (+674)",
278 "Nepal (+977)",
279 "Netherlands (+31)",
280 "New Zealand (+64)",
281 "Nicaragua (+505)",
282 "Niger (+227)",
283 "Nigeria (+234)",
284 "North Macedonia (+389)",
285 "Norway (+47)",
286 "Oman (+968)",
287 "Pakistan (+92)",
288 "Palau (+680)",
289 "Panama (+507)",
290 "Papua New Guinea (+675)",
291 "Paraguay (+595)",
292 "Peru (+51)",
293 "Philippines (+63)",
294 "Poland (+48)",
295 "Portugal (+351)",
296 "Qatar (+974)",
297 "Romania (+40)",
298 "Russia (+7)",
299 "Rwanda (+250)",
300 "Saint Kitts And Nevis (+1-869)",
301 "Saint Lucia (+1-758)",
302 "Saint Vincent And The Grenadines (+1-784)",
303 "Samoa (+685)",
304 "San Marino (+378)",
305 "Sao Tome And Principe (+239)",
306 "Saudi Arabia (+966)",
307 "Senegal (+221)",
308 "Serbia (+381)",
309 "Seychelles (+248)",
310 "Sierra Leone (+232)",
311 "Singapore (+65)",
312 "Slovakia (+421)",
313 "Slovenia (+386)",
314 "Solomon Islands (+677)",
315 "Somalia (+252)",
316 "South Africa (+27)",
317 "South Sudan (+211)",
318 "Spain (+34)",
319 "Sri Lanka (+94)",
320 "Sudan (+249)",
321 "Suriname (+597)",
322 "Sweden (+46)",
323 "Switzerland (+41)",
324 "Syria (+963)",
325 "Taiwan (+886)",
326 "Tajikistan (+992)",
327 "Tanzania (+255)",
328 "Thailand (+66)",
329 "Togo (+228)",
330 "Tonga (+676)",
331 "Trinidad And Tobago (+1-868)",
332 "Tunisia (+216)",
333 "Turkey (+90)",
334 "Turkmenistan (+993)",
335 "Tuvalu (+688)",
336 "Uganda (+256)",
337 "Ukraine (+380)",
338 "United Arab Emirates (+971)",
339 "United Kingdom (+44)",
340 "United States (+1)",
341 "Uruguay (+598)",
342 "Uzbekistan (+998)",
343 "Vanuatu (+678)",
344 "Vatican City (+39-06)",
345 "Venezuela (+58)",
346 "Vietnam (+84)",
347 "Yemen (+967)",
348 "Zambia (+260)",
349 "Zimbabwe (+263)"
350 ],
351 "type": "string",
352 "description": "Select a country to scrape related phone numbers.",
353 "default": "United Kingdom (+44)"
354 }
355 }
356 },
357 "runsResponseSchema": {
358 "type": "object",
359 "properties": {
360 "data": {
361 "type": "object",
362 "properties": {
363 "id": {
364 "type": "string"
365 },
366 "actId": {
367 "type": "string"
368 },
369 "userId": {
370 "type": "string"
371 },
372 "startedAt": {
373 "type": "string",
374 "format": "date-time",
375 "example": "2025-01-08T00:00:00.000Z"
376 },
377 "finishedAt": {
378 "type": "string",
379 "format": "date-time",
380 "example": "2025-01-08T00:00:00.000Z"
381 },
382 "status": {
383 "type": "string",
384 "example": "READY"
385 },
386 "meta": {
387 "type": "object",
388 "properties": {
389 "origin": {
390 "type": "string",
391 "example": "API"
392 },
393 "userAgent": {
394 "type": "string"
395 }
396 }
397 },
398 "stats": {
399 "type": "object",
400 "properties": {
401 "inputBodyLen": {
402 "type": "integer",
403 "example": 2000
404 },
405 "rebootCount": {
406 "type": "integer",
407 "example": 0
408 },
409 "restartCount": {
410 "type": "integer",
411 "example": 0
412 },
413 "resurrectCount": {
414 "type": "integer",
415 "example": 0
416 },
417 "computeUnits": {
418 "type": "integer",
419 "example": 0
420 }
421 }
422 },
423 "options": {
424 "type": "object",
425 "properties": {
426 "build": {
427 "type": "string",
428 "example": "latest"
429 },
430 "timeoutSecs": {
431 "type": "integer",
432 "example": 300
433 },
434 "memoryMbytes": {
435 "type": "integer",
436 "example": 1024
437 },
438 "diskMbytes": {
439 "type": "integer",
440 "example": 2048
441 }
442 }
443 },
444 "buildId": {
445 "type": "string"
446 },
447 "defaultKeyValueStoreId": {
448 "type": "string"
449 },
450 "defaultDatasetId": {
451 "type": "string"
452 },
453 "defaultRequestQueueId": {
454 "type": "string"
455 },
456 "buildNumber": {
457 "type": "string",
458 "example": "1.0.0"
459 },
460 "containerUrl": {
461 "type": "string"
462 },
463 "usage": {
464 "type": "object",
465 "properties": {
466 "ACTOR_COMPUTE_UNITS": {
467 "type": "integer",
468 "example": 0
469 },
470 "DATASET_READS": {
471 "type": "integer",
472 "example": 0
473 },
474 "DATASET_WRITES": {
475 "type": "integer",
476 "example": 0
477 },
478 "KEY_VALUE_STORE_READS": {
479 "type": "integer",
480 "example": 0
481 },
482 "KEY_VALUE_STORE_WRITES": {
483 "type": "integer",
484 "example": 1
485 },
486 "KEY_VALUE_STORE_LISTS": {
487 "type": "integer",
488 "example": 0
489 },
490 "REQUEST_QUEUE_READS": {
491 "type": "integer",
492 "example": 0
493 },
494 "REQUEST_QUEUE_WRITES": {
495 "type": "integer",
496 "example": 0
497 },
498 "DATA_TRANSFER_INTERNAL_GBYTES": {
499 "type": "integer",
500 "example": 0
501 },
502 "DATA_TRANSFER_EXTERNAL_GBYTES": {
503 "type": "integer",
504 "example": 0
505 },
506 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
507 "type": "integer",
508 "example": 0
509 },
510 "PROXY_SERPS": {
511 "type": "integer",
512 "example": 0
513 }
514 }
515 },
516 "usageTotalUsd": {
517 "type": "number",
518 "example": 0.00005
519 },
520 "usageUsd": {
521 "type": "object",
522 "properties": {
523 "ACTOR_COMPUTE_UNITS": {
524 "type": "integer",
525 "example": 0
526 },
527 "DATASET_READS": {
528 "type": "integer",
529 "example": 0
530 },
531 "DATASET_WRITES": {
532 "type": "integer",
533 "example": 0
534 },
535 "KEY_VALUE_STORE_READS": {
536 "type": "integer",
537 "example": 0
538 },
539 "KEY_VALUE_STORE_WRITES": {
540 "type": "number",
541 "example": 0.00005
542 },
543 "KEY_VALUE_STORE_LISTS": {
544 "type": "integer",
545 "example": 0
546 },
547 "REQUEST_QUEUE_READS": {
548 "type": "integer",
549 "example": 0
550 },
551 "REQUEST_QUEUE_WRITES": {
552 "type": "integer",
553 "example": 0
554 },
555 "DATA_TRANSFER_INTERNAL_GBYTES": {
556 "type": "integer",
557 "example": 0
558 },
559 "DATA_TRANSFER_EXTERNAL_GBYTES": {
560 "type": "integer",
561 "example": 0
562 },
563 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
564 "type": "integer",
565 "example": 0
566 },
567 "PROXY_SERPS": {
568 "type": "integer",
569 "example": 0
570 }
571 }
572 }
573 }
574 }
575 }
576 }
577 }
578 }
579}
Facebook Phone Number 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 Phone Number 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:
Actor Metrics
3 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 15 hours ago