
All-in-One Social Media Phone Number Scraper
Pricing
$19.99/month + usage

All-in-One Social Media Phone Number Scraper
📱🌐 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
Monthly users
29
Runs succeeded
98%
Last modified
2 months 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": "b1qOQqNbezktRDDHy"
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": 10000,
398 "type": "integer",
399 "description": "Maximum number of results to fetch",
400 "default": 10
401 },
402 "proxyConfiguration": {
403 "title": "🔐 Proxy Configuration",
404 "type": "object",
405 "description": "Proxy settings to avoid IP-based blocking",
406 "default": {
407 "useApifyProxy": true
408 }
409 }
410 }
411 },
412 "runsResponseSchema": {
413 "type": "object",
414 "properties": {
415 "data": {
416 "type": "object",
417 "properties": {
418 "id": {
419 "type": "string"
420 },
421 "actId": {
422 "type": "string"
423 },
424 "userId": {
425 "type": "string"
426 },
427 "startedAt": {
428 "type": "string",
429 "format": "date-time",
430 "example": "2025-01-08T00:00:00.000Z"
431 },
432 "finishedAt": {
433 "type": "string",
434 "format": "date-time",
435 "example": "2025-01-08T00:00:00.000Z"
436 },
437 "status": {
438 "type": "string",
439 "example": "READY"
440 },
441 "meta": {
442 "type": "object",
443 "properties": {
444 "origin": {
445 "type": "string",
446 "example": "API"
447 },
448 "userAgent": {
449 "type": "string"
450 }
451 }
452 },
453 "stats": {
454 "type": "object",
455 "properties": {
456 "inputBodyLen": {
457 "type": "integer",
458 "example": 2000
459 },
460 "rebootCount": {
461 "type": "integer",
462 "example": 0
463 },
464 "restartCount": {
465 "type": "integer",
466 "example": 0
467 },
468 "resurrectCount": {
469 "type": "integer",
470 "example": 0
471 },
472 "computeUnits": {
473 "type": "integer",
474 "example": 0
475 }
476 }
477 },
478 "options": {
479 "type": "object",
480 "properties": {
481 "build": {
482 "type": "string",
483 "example": "latest"
484 },
485 "timeoutSecs": {
486 "type": "integer",
487 "example": 300
488 },
489 "memoryMbytes": {
490 "type": "integer",
491 "example": 1024
492 },
493 "diskMbytes": {
494 "type": "integer",
495 "example": 2048
496 }
497 }
498 },
499 "buildId": {
500 "type": "string"
501 },
502 "defaultKeyValueStoreId": {
503 "type": "string"
504 },
505 "defaultDatasetId": {
506 "type": "string"
507 },
508 "defaultRequestQueueId": {
509 "type": "string"
510 },
511 "buildNumber": {
512 "type": "string",
513 "example": "1.0.0"
514 },
515 "containerUrl": {
516 "type": "string"
517 },
518 "usage": {
519 "type": "object",
520 "properties": {
521 "ACTOR_COMPUTE_UNITS": {
522 "type": "integer",
523 "example": 0
524 },
525 "DATASET_READS": {
526 "type": "integer",
527 "example": 0
528 },
529 "DATASET_WRITES": {
530 "type": "integer",
531 "example": 0
532 },
533 "KEY_VALUE_STORE_READS": {
534 "type": "integer",
535 "example": 0
536 },
537 "KEY_VALUE_STORE_WRITES": {
538 "type": "integer",
539 "example": 1
540 },
541 "KEY_VALUE_STORE_LISTS": {
542 "type": "integer",
543 "example": 0
544 },
545 "REQUEST_QUEUE_READS": {
546 "type": "integer",
547 "example": 0
548 },
549 "REQUEST_QUEUE_WRITES": {
550 "type": "integer",
551 "example": 0
552 },
553 "DATA_TRANSFER_INTERNAL_GBYTES": {
554 "type": "integer",
555 "example": 0
556 },
557 "DATA_TRANSFER_EXTERNAL_GBYTES": {
558 "type": "integer",
559 "example": 0
560 },
561 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
562 "type": "integer",
563 "example": 0
564 },
565 "PROXY_SERPS": {
566 "type": "integer",
567 "example": 0
568 }
569 }
570 },
571 "usageTotalUsd": {
572 "type": "number",
573 "example": 0.00005
574 },
575 "usageUsd": {
576 "type": "object",
577 "properties": {
578 "ACTOR_COMPUTE_UNITS": {
579 "type": "integer",
580 "example": 0
581 },
582 "DATASET_READS": {
583 "type": "integer",
584 "example": 0
585 },
586 "DATASET_WRITES": {
587 "type": "integer",
588 "example": 0
589 },
590 "KEY_VALUE_STORE_READS": {
591 "type": "integer",
592 "example": 0
593 },
594 "KEY_VALUE_STORE_WRITES": {
595 "type": "number",
596 "example": 0.00005
597 },
598 "KEY_VALUE_STORE_LISTS": {
599 "type": "integer",
600 "example": 0
601 },
602 "REQUEST_QUEUE_READS": {
603 "type": "integer",
604 "example": 0
605 },
606 "REQUEST_QUEUE_WRITES": {
607 "type": "integer",
608 "example": 0
609 },
610 "DATA_TRANSFER_INTERNAL_GBYTES": {
611 "type": "integer",
612 "example": 0
613 },
614 "DATA_TRANSFER_EXTERNAL_GBYTES": {
615 "type": "integer",
616 "example": 0
617 },
618 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
619 "type": "integer",
620 "example": 0
621 },
622 "PROXY_SERPS": {
623 "type": "integer",
624 "example": 0
625 }
626 }
627 }
628 }
629 }
630 }
631 }
632 }
633 }
634}
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:
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
2 hours
Price
$19.99