
All in one Social media Email Scraper
Pricing
$20.00/month + usage

All in one Social media Email Scraper
All in One Social Email Extractor – Software can Extract Email from All Social Network Profile Linkedin Email Extractor Facebook Email Extractor Youtube Email Extractor Twitter Email Extractor Instagram Email Extractor Reditt Email Extractor Pinterest Email Extractor TikTok Email Extracto
2.2 (7)
Pricing
$20.00/month + usage
90
Monthly users
124
Runs succeeded
>99%
Response time
38 days
Last modified
19 days ago
You can access the All in one Social media Email 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": "StlLvPYU0gUlgBYiB"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/bhansalisoft~all-in-one-social-media-email-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-bhansalisoft-all-in-one-social-media-email-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/bhansalisoft~all-in-one-social-media-email-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-bhansalisoft-all-in-one-social-media-email-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/bhansalisoft~all-in-one-social-media-email-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-bhansalisoft-all-in-one-social-media-email-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 "social_network",
136 "Email_Type",
137 "Country"
138 ],
139 "properties": {
140 "Keyword": {
141 "title": "Keyword",
142 "type": "string",
143 "description": "Keyword"
144 },
145 "location": {
146 "title": "Location",
147 "type": "string",
148 "description": "Location"
149 },
150 "social_network": {
151 "title": "Social Network",
152 "enum": [
153 "linkedin.com/",
154 "facebook.com/",
155 "instagram.com/",
156 "twitter.com/",
157 "youtube.com/",
158 "reddit.com/",
159 "pinterest.com/",
160 "tiktok.com/",
161 "alibaba.com/",
162 "amazon.com/"
163 ],
164 "type": "string",
165 "description": "Social Network",
166 "default": "linkedin.com/"
167 },
168 "Country": {
169 "title": "Country",
170 "enum": [
171 "it",
172 "www",
173 "gm",
174 "fr",
175 "sp",
176 "uk",
177 "al",
178 "ag",
179 "ar",
180 "am",
181 "as",
182 "au",
183 "aj",
184 "bg",
185 "bo",
186 "be",
187 "bh",
188 "bk",
189 "br",
190 "bu",
191 "ca",
192 "ci",
193 "ch",
194 "co",
195 "cs",
196 "hr",
197 "cu",
198 "ez",
199 "dk",
200 "ec",
201 "eg",
202 "en",
203 "fi",
204 "gg",
205 "gr",
206 "hk",
207 "hu",
208 "ic",
209 "in",
210 "id",
211 "ir",
212 "iz",
213 "ei",
214 "is",
215 "jm",
216 "ja",
217 "ke",
218 "kn",
219 "ks",
220 "ku",
221 "lg",
222 "ly",
223 "ls",
224 "lh",
225 "lu",
226 "mc",
227 "mk",
228 "my",
229 "mt",
230 "mx",
231 "md",
232 "mn",
233 "mj",
234 "mo",
235 "np",
236 "nl",
237 "nz",
238 "ni",
239 "no",
240 "pk",
241 "we",
242 "pm",
243 "pa",
244 "pe",
245 "rp",
246 "pl",
247 "po",
248 "rq",
249 "qa",
250 "ro",
251 "rs",
252 "sm",
253 "sa",
254 "sg",
255 "ri",
256 "sn",
257 "lo",
258 "si",
259 "sf",
260 "sw",
261 "sz",
262 "sy",
263 "tw",
264 "th",
265 "ts",
266 "tu",
267 "ua",
268 "ae",
269 "uy",
270 "uz",
271 "ve"
272 ],
273 "type": "string",
274 "description": "Country",
275 "default": "www"
276 },
277 "Email_Type": {
278 "title": "Email Type",
279 "enum": [
280 "0",
281 "1"
282 ],
283 "type": "string",
284 "description": "Email Type",
285 "default": "0"
286 },
287 "Other_Email_Type": {
288 "title": "Email Type Domain (Example @domain.com)",
289 "type": "string",
290 "description": "Other Email Type(Example @domain.com)"
291 },
292 "proxySettings": {
293 "title": "Proxy configuration",
294 "type": "object",
295 "description": "Select proxies to be used by your crawler."
296 }
297 }
298 },
299 "runsResponseSchema": {
300 "type": "object",
301 "properties": {
302 "data": {
303 "type": "object",
304 "properties": {
305 "id": {
306 "type": "string"
307 },
308 "actId": {
309 "type": "string"
310 },
311 "userId": {
312 "type": "string"
313 },
314 "startedAt": {
315 "type": "string",
316 "format": "date-time",
317 "example": "2025-01-08T00:00:00.000Z"
318 },
319 "finishedAt": {
320 "type": "string",
321 "format": "date-time",
322 "example": "2025-01-08T00:00:00.000Z"
323 },
324 "status": {
325 "type": "string",
326 "example": "READY"
327 },
328 "meta": {
329 "type": "object",
330 "properties": {
331 "origin": {
332 "type": "string",
333 "example": "API"
334 },
335 "userAgent": {
336 "type": "string"
337 }
338 }
339 },
340 "stats": {
341 "type": "object",
342 "properties": {
343 "inputBodyLen": {
344 "type": "integer",
345 "example": 2000
346 },
347 "rebootCount": {
348 "type": "integer",
349 "example": 0
350 },
351 "restartCount": {
352 "type": "integer",
353 "example": 0
354 },
355 "resurrectCount": {
356 "type": "integer",
357 "example": 0
358 },
359 "computeUnits": {
360 "type": "integer",
361 "example": 0
362 }
363 }
364 },
365 "options": {
366 "type": "object",
367 "properties": {
368 "build": {
369 "type": "string",
370 "example": "latest"
371 },
372 "timeoutSecs": {
373 "type": "integer",
374 "example": 300
375 },
376 "memoryMbytes": {
377 "type": "integer",
378 "example": 1024
379 },
380 "diskMbytes": {
381 "type": "integer",
382 "example": 2048
383 }
384 }
385 },
386 "buildId": {
387 "type": "string"
388 },
389 "defaultKeyValueStoreId": {
390 "type": "string"
391 },
392 "defaultDatasetId": {
393 "type": "string"
394 },
395 "defaultRequestQueueId": {
396 "type": "string"
397 },
398 "buildNumber": {
399 "type": "string",
400 "example": "1.0.0"
401 },
402 "containerUrl": {
403 "type": "string"
404 },
405 "usage": {
406 "type": "object",
407 "properties": {
408 "ACTOR_COMPUTE_UNITS": {
409 "type": "integer",
410 "example": 0
411 },
412 "DATASET_READS": {
413 "type": "integer",
414 "example": 0
415 },
416 "DATASET_WRITES": {
417 "type": "integer",
418 "example": 0
419 },
420 "KEY_VALUE_STORE_READS": {
421 "type": "integer",
422 "example": 0
423 },
424 "KEY_VALUE_STORE_WRITES": {
425 "type": "integer",
426 "example": 1
427 },
428 "KEY_VALUE_STORE_LISTS": {
429 "type": "integer",
430 "example": 0
431 },
432 "REQUEST_QUEUE_READS": {
433 "type": "integer",
434 "example": 0
435 },
436 "REQUEST_QUEUE_WRITES": {
437 "type": "integer",
438 "example": 0
439 },
440 "DATA_TRANSFER_INTERNAL_GBYTES": {
441 "type": "integer",
442 "example": 0
443 },
444 "DATA_TRANSFER_EXTERNAL_GBYTES": {
445 "type": "integer",
446 "example": 0
447 },
448 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
449 "type": "integer",
450 "example": 0
451 },
452 "PROXY_SERPS": {
453 "type": "integer",
454 "example": 0
455 }
456 }
457 },
458 "usageTotalUsd": {
459 "type": "number",
460 "example": 0.00005
461 },
462 "usageUsd": {
463 "type": "object",
464 "properties": {
465 "ACTOR_COMPUTE_UNITS": {
466 "type": "integer",
467 "example": 0
468 },
469 "DATASET_READS": {
470 "type": "integer",
471 "example": 0
472 },
473 "DATASET_WRITES": {
474 "type": "integer",
475 "example": 0
476 },
477 "KEY_VALUE_STORE_READS": {
478 "type": "integer",
479 "example": 0
480 },
481 "KEY_VALUE_STORE_WRITES": {
482 "type": "number",
483 "example": 0.00005
484 },
485 "KEY_VALUE_STORE_LISTS": {
486 "type": "integer",
487 "example": 0
488 },
489 "REQUEST_QUEUE_READS": {
490 "type": "integer",
491 "example": 0
492 },
493 "REQUEST_QUEUE_WRITES": {
494 "type": "integer",
495 "example": 0
496 },
497 "DATA_TRANSFER_INTERNAL_GBYTES": {
498 "type": "integer",
499 "example": 0
500 },
501 "DATA_TRANSFER_EXTERNAL_GBYTES": {
502 "type": "integer",
503 "example": 0
504 },
505 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
506 "type": "integer",
507 "example": 0
508 },
509 "PROXY_SERPS": {
510 "type": "integer",
511 "example": 0
512 }
513 }
514 }
515 }
516 }
517 }
518 }
519 }
520 }
521}
All in one Social media Email 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 Email 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
1 day
Price
$20.00