All-in-One Social Media Phone Number Scraper avatar
All-in-One Social Media Phone Number Scraper

Pricing

$19.99/month + usage

Go to Store
All-in-One Social Media Phone Number Scraper

All-in-One Social Media Phone Number Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

📱🌐 Discover phone numbers across 30+ social platforms! Extract contact info from Facebook, Twitter, LinkedIn, and more. Perfect for lead gen, influencer outreach, and market research. Fast, efficient, and proxy-enabled. Boost your networking and marketing efforts today! 🚀🔍

5.0 (1)

Pricing

$19.99/month + usage

5

Total users

191

Monthly users

35

Runs succeeded

98%

Response time

9.8 hours

Last modified

12 hours ago

You can access the All-in-One Social Media Phone Number 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": "3cFlLzfoJJTpJJGXL"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/easyapi~all-in-one-social-media-phone-number-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-easyapi-all-in-one-social-media-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/easyapi~all-in-one-social-media-phone-number-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-easyapi-all-in-one-social-media-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/easyapi~all-in-one-social-media-phone-number-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-easyapi-all-in-one-social-media-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          "platform",
136          "country"
137        ],
138        "properties": {
139          "keyword": {
140            "title": "🔑 Keyword",
141            "type": "string",
142            "description": "Search term to find relevant profiles",
143            "default": "marketing"
144          },
145          "platform": {
146            "title": "🌐 Platform",
147            "enum": [
148              "Facebook",
149              "Instagram",
150              "Twitter",
151              "LinkedIn",
152              "YouTube",
153              "Pinterest",
154              "Reddit",
155              "TikTok",
156              "Medium",
157              "Tumblr",
158              "Quora",
159              "Snapchat",
160              "Vimeo",
161              "Flickr",
162              "Behance",
163              "Dribbble",
164              "GitHub",
165              "Stack Overflow",
166              "DeviantArt",
167              "Twitch",
168              "SoundCloud",
169              "Spotify",
170              "Last.fm",
171              "Goodreads",
172              "Yelp",
173              "TripAdvisor",
174              "Meetup",
175              "Eventbrite",
176              "Patreon",
177              "Kickstarter"
178            ],
179            "type": "string",
180            "description": "Choose which social media platform to search",
181            "default": "Facebook"
182          },
183          "country": {
184            "title": "🌍 Country",
185            "enum": [
186              "+1",
187              "+7",
188              "+20",
189              "+27",
190              "+30",
191              "+31",
192              "+32",
193              "+33",
194              "+34",
195              "+36",
196              "+39",
197              "+40",
198              "+41",
199              "+43",
200              "+44",
201              "+45",
202              "+46",
203              "+47",
204              "+48",
205              "+49",
206              "+51",
207              "+52",
208              "+53",
209              "+54",
210              "+55",
211              "+56",
212              "+57",
213              "+58",
214              "+60",
215              "+61",
216              "+62",
217              "+63",
218              "+64",
219              "+65",
220              "+66",
221              "+81",
222              "+82",
223              "+84",
224              "+86",
225              "+90",
226              "+91",
227              "+92",
228              "+93",
229              "+94",
230              "+95",
231              "+98",
232              "+212",
233              "+213",
234              "+216",
235              "+218",
236              "+220",
237              "+221",
238              "+222",
239              "+223",
240              "+224",
241              "+225",
242              "+226",
243              "+227",
244              "+228",
245              "+229",
246              "+230",
247              "+231",
248              "+232",
249              "+233",
250              "+234",
251              "+235",
252              "+236",
253              "+237",
254              "+238",
255              "+239",
256              "+240",
257              "+241",
258              "+242",
259              "+243",
260              "+244",
261              "+245",
262              "+246",
263              "+247",
264              "+248",
265              "+249",
266              "+250",
267              "+251",
268              "+252",
269              "+253",
270              "+254",
271              "+255",
272              "+256",
273              "+257",
274              "+258",
275              "+260",
276              "+261",
277              "+262",
278              "+263",
279              "+264",
280              "+265",
281              "+266",
282              "+267",
283              "+268",
284              "+269",
285              "+290",
286              "+291",
287              "+297",
288              "+298",
289              "+299",
290              "+350",
291              "+351",
292              "+352",
293              "+353",
294              "+354",
295              "+355",
296              "+356",
297              "+357",
298              "+358",
299              "+359",
300              "+370",
301              "+371",
302              "+372",
303              "+373",
304              "+374",
305              "+375",
306              "+376",
307              "+377",
308              "+378",
309              "+380",
310              "+381",
311              "+382",
312              "+383",
313              "+385",
314              "+386",
315              "+387",
316              "+389",
317              "+420",
318              "+421",
319              "+423",
320              "+500",
321              "+501",
322              "+502",
323              "+503",
324              "+504",
325              "+505",
326              "+506",
327              "+507",
328              "+508",
329              "+509",
330              "+590",
331              "+591",
332              "+592",
333              "+593",
334              "+595",
335              "+597",
336              "+598",
337              "+599",
338              "+670",
339              "+672",
340              "+673",
341              "+674",
342              "+675",
343              "+676",
344              "+677",
345              "+678",
346              "+679",
347              "+680",
348              "+681",
349              "+682",
350              "+683",
351              "+685",
352              "+686",
353              "+687",
354              "+688",
355              "+689",
356              "+690",
357              "+691",
358              "+692",
359              "+850",
360              "+852",
361              "+853",
362              "+855",
363              "+856",
364              "+880",
365              "+886",
366              "+960",
367              "+961",
368              "+962",
369              "+963",
370              "+964",
371              "+965",
372              "+966",
373              "+967",
374              "+968",
375              "+970",
376              "+971",
377              "+972",
378              "+973",
379              "+974",
380              "+975",
381              "+976",
382              "+977",
383              "+992",
384              "+993",
385              "+994",
386              "+995",
387              "+996",
388              "+998"
389            ],
390            "type": "string",
391            "description": "Select the country code for phone numbers",
392            "default": "+1"
393          },
394          "maxResults": {
395            "title": "🔢 Max Results",
396            "minimum": 1,
397            "maximum": 1000,
398            "type": "integer",
399            "description": "Maximum number of results to fetch",
400            "default": 10
401          }
402        }
403      },
404      "runsResponseSchema": {
405        "type": "object",
406        "properties": {
407          "data": {
408            "type": "object",
409            "properties": {
410              "id": {
411                "type": "string"
412              },
413              "actId": {
414                "type": "string"
415              },
416              "userId": {
417                "type": "string"
418              },
419              "startedAt": {
420                "type": "string",
421                "format": "date-time",
422                "example": "2025-01-08T00:00:00.000Z"
423              },
424              "finishedAt": {
425                "type": "string",
426                "format": "date-time",
427                "example": "2025-01-08T00:00:00.000Z"
428              },
429              "status": {
430                "type": "string",
431                "example": "READY"
432              },
433              "meta": {
434                "type": "object",
435                "properties": {
436                  "origin": {
437                    "type": "string",
438                    "example": "API"
439                  },
440                  "userAgent": {
441                    "type": "string"
442                  }
443                }
444              },
445              "stats": {
446                "type": "object",
447                "properties": {
448                  "inputBodyLen": {
449                    "type": "integer",
450                    "example": 2000
451                  },
452                  "rebootCount": {
453                    "type": "integer",
454                    "example": 0
455                  },
456                  "restartCount": {
457                    "type": "integer",
458                    "example": 0
459                  },
460                  "resurrectCount": {
461                    "type": "integer",
462                    "example": 0
463                  },
464                  "computeUnits": {
465                    "type": "integer",
466                    "example": 0
467                  }
468                }
469              },
470              "options": {
471                "type": "object",
472                "properties": {
473                  "build": {
474                    "type": "string",
475                    "example": "latest"
476                  },
477                  "timeoutSecs": {
478                    "type": "integer",
479                    "example": 300
480                  },
481                  "memoryMbytes": {
482                    "type": "integer",
483                    "example": 1024
484                  },
485                  "diskMbytes": {
486                    "type": "integer",
487                    "example": 2048
488                  }
489                }
490              },
491              "buildId": {
492                "type": "string"
493              },
494              "defaultKeyValueStoreId": {
495                "type": "string"
496              },
497              "defaultDatasetId": {
498                "type": "string"
499              },
500              "defaultRequestQueueId": {
501                "type": "string"
502              },
503              "buildNumber": {
504                "type": "string",
505                "example": "1.0.0"
506              },
507              "containerUrl": {
508                "type": "string"
509              },
510              "usage": {
511                "type": "object",
512                "properties": {
513                  "ACTOR_COMPUTE_UNITS": {
514                    "type": "integer",
515                    "example": 0
516                  },
517                  "DATASET_READS": {
518                    "type": "integer",
519                    "example": 0
520                  },
521                  "DATASET_WRITES": {
522                    "type": "integer",
523                    "example": 0
524                  },
525                  "KEY_VALUE_STORE_READS": {
526                    "type": "integer",
527                    "example": 0
528                  },
529                  "KEY_VALUE_STORE_WRITES": {
530                    "type": "integer",
531                    "example": 1
532                  },
533                  "KEY_VALUE_STORE_LISTS": {
534                    "type": "integer",
535                    "example": 0
536                  },
537                  "REQUEST_QUEUE_READS": {
538                    "type": "integer",
539                    "example": 0
540                  },
541                  "REQUEST_QUEUE_WRITES": {
542                    "type": "integer",
543                    "example": 0
544                  },
545                  "DATA_TRANSFER_INTERNAL_GBYTES": {
546                    "type": "integer",
547                    "example": 0
548                  },
549                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
550                    "type": "integer",
551                    "example": 0
552                  },
553                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
554                    "type": "integer",
555                    "example": 0
556                  },
557                  "PROXY_SERPS": {
558                    "type": "integer",
559                    "example": 0
560                  }
561                }
562              },
563              "usageTotalUsd": {
564                "type": "number",
565                "example": 0.00005
566              },
567              "usageUsd": {
568                "type": "object",
569                "properties": {
570                  "ACTOR_COMPUTE_UNITS": {
571                    "type": "integer",
572                    "example": 0
573                  },
574                  "DATASET_READS": {
575                    "type": "integer",
576                    "example": 0
577                  },
578                  "DATASET_WRITES": {
579                    "type": "integer",
580                    "example": 0
581                  },
582                  "KEY_VALUE_STORE_READS": {
583                    "type": "integer",
584                    "example": 0
585                  },
586                  "KEY_VALUE_STORE_WRITES": {
587                    "type": "number",
588                    "example": 0.00005
589                  },
590                  "KEY_VALUE_STORE_LISTS": {
591                    "type": "integer",
592                    "example": 0
593                  },
594                  "REQUEST_QUEUE_READS": {
595                    "type": "integer",
596                    "example": 0
597                  },
598                  "REQUEST_QUEUE_WRITES": {
599                    "type": "integer",
600                    "example": 0
601                  },
602                  "DATA_TRANSFER_INTERNAL_GBYTES": {
603                    "type": "integer",
604                    "example": 0
605                  },
606                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
607                    "type": "integer",
608                    "example": 0
609                  },
610                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
611                    "type": "integer",
612                    "example": 0
613                  },
614                  "PROXY_SERPS": {
615                    "type": "integer",
616                    "example": 0
617                  }
618                }
619              }
620            }
621          }
622        }
623      }
624    }
625  }
626}

All-in-One Social Media 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 All-in-One Social Media 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: