Linkedin User Profile Url - Mass Finder avatar

Linkedin User Profile Url - Mass Finder

Try for free

2 hours trial then $10.00/month - No credit card required now

Go to Store
Linkedin User Profile Url - Mass Finder

Linkedin User Profile Url - Mass Finder

sanjeta/linkedin-user-profile-url---mass-finder
Try for free

2 hours trial then $10.00/month - No credit card required now

LinkedIn User Profile URL - Mass Finder automates locating LinkedIn profiles by inputting names, location or designations. It provides instant URLs, saving time for market research, lead generation, and recruitment. It enhances efficiency and streamlines workflows

You can access the Linkedin User Profile Url - Mass Finder 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.0",
5    "x-build-id": "Kl9TPdeib6Ge3t1Q1"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/sanjeta~linkedin-user-profile-url---mass-finder/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-sanjeta-linkedin-user-profile-url---mass-finder",
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/sanjeta~linkedin-user-profile-url---mass-finder/runs": {
50      "post": {
51        "operationId": "runs-sync-sanjeta-linkedin-user-profile-url---mass-finder",
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/sanjeta~linkedin-user-profile-url---mass-finder/run-sync": {
93      "post": {
94        "operationId": "run-sync-sanjeta-linkedin-user-profile-url---mass-finder",
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          "names"
135        ],
136        "properties": {
137          "names": {
138            "title": "Names",
139            "type": "string",
140            "description": "Search queries <br>Enter one item per line to find results on multiple queries.<br> {main_query}-{Additional Info like location, company name, Occupation, Designation}(optional) <br> e.g. <br><code>Brian Zhang</code> <br> <code>Brian Zhang - OpenAi</code> <br> <code>Derrick Mallison - Enterprise Agile Planning</code> <br> <code>Elon - California</code>  <br> <code> React Developer - California</code><br> <code>Developer - OpenAi</code><br><br>"
141          },
142          "country": {
143            "title": "Country",
144            "enum": [
145              "us",
146              "af",
147              "ax",
148              "al",
149              "dz",
150              "as",
151              "ad",
152              "ao",
153              "ai",
154              "aq",
155              "ag",
156              "ar",
157              "am",
158              "aw",
159              "au",
160              "at",
161              "az",
162              "bs",
163              "bh",
164              "bd",
165              "bb",
166              "by",
167              "be",
168              "bz",
169              "bj",
170              "bm",
171              "bt",
172              "bo",
173              "ba",
174              "bw",
175              "br",
176              "io",
177              "bn",
178              "bg",
179              "bf",
180              "bi",
181              "kh",
182              "cm",
183              "ca",
184              "cv",
185              "cb",
186              "ky",
187              "cf",
188              "td",
189              "cl",
190              "cn",
191              "cx",
192              "cc",
193              "co",
194              "km",
195              "cg",
196              "ck",
197              "cr",
198              "ci",
199              "hr",
200              "cu",
201              "cy",
202              "cz",
203              "cd",
204              "dk",
205              "dj",
206              "dm",
207              "do",
208              "tp",
209              "ec",
210              "eg",
211              "sv",
212              "gq",
213              "er",
214              "ee",
215              "et",
216              "fk",
217              "fo",
218              "fm",
219              "fj",
220              "fi",
221              "fr",
222              "gf",
223              "pf",
224              "tf",
225              "ga",
226              "gm",
227              "ge",
228              "de",
229              "gh",
230              "gi",
231              "gr",
232              "gl",
233              "gd",
234              "gp",
235              "gu",
236              "gt",
237              "gg",
238              "gn",
239              "gw",
240              "gy",
241              "ht",
242              "hn",
243              "hk",
244              "hu",
245              "is",
246              "in",
247              "id",
248              "ir",
249              "iq",
250              "ie",
251              "im",
252              "il",
253              "it",
254              "jm",
255              "jp",
256              "je",
257              "jo",
258              "kz",
259              "ke",
260              "ki",
261              "kr",
262              "kp",
263              "kw",
264              "kg",
265              "la",
266              "lv",
267              "lb",
268              "ls",
269              "lr",
270              "ly",
271              "li",
272              "lt",
273              "lu",
274              "mo",
275              "mk",
276              "mg",
277              "mw",
278              "my",
279              "mv",
280              "ml",
281              "mt",
282              "mh",
283              "mq",
284              "mr",
285              "mu",
286              "yt",
287              "mx",
288              "md",
289              "mc",
290              "mn",
291              "me",
292              "ms",
293              "ma",
294              "mz",
295              "mm",
296              "na",
297              "nr",
298              "np",
299              "nl",
300              "an",
301              "nc",
302              "nz",
303              "ni",
304              "ne",
305              "ng",
306              "nu",
307              "nf",
308              "mp",
309              "no",
310              "om",
311              "pk",
312              "pw",
313              "ps",
314              "pa",
315              "pg",
316              "py",
317              "pe",
318              "ph",
319              "pn",
320              "pl",
321              "pt",
322              "pr",
323              "qa",
324              "re",
325              "ro",
326              "ru",
327              "rw",
328              "sh",
329              "kn",
330              "lc",
331              "pm",
332              "vc",
333              "ws",
334              "sm",
335              "st",
336              "sa",
337              "sn",
338              "rs",
339              "sc",
340              "sl",
341              "sg",
342              "sk",
343              "si",
344              "sb",
345              "so",
346              "za",
347              "es",
348              "lk",
349              "sd",
350              "sr",
351              "sj",
352              "sz",
353              "se",
354              "ch",
355              "sy",
356              "tw",
357              "tj",
358              "tz",
359              "th",
360              "tl",
361              "tg",
362              "tk",
363              "to",
364              "tt",
365              "tn",
366              "tr",
367              "tm",
368              "tc",
369              "tv",
370              "ug",
371              "ua",
372              "ae",
373              "uk",
374              "uy",
375              "uz",
376              "vu",
377              "va",
378              "ve",
379              "vn",
380              "vg",
381              "vi",
382              "wf",
383              "eh",
384              "ye",
385              "zm",
386              "zw",
387              "other"
388            ],
389            "type": "string",
390            "description": "Select Country for Accurate result",
391            "default": "us"
392          },
393          "resultsPerPagPerQuery": {
394            "title": "No. of Results per Page per Query",
395            "enum": [
396              "10",
397              "20",
398              "30",
399              "40",
400              "50",
401              "60",
402              "70",
403              "80",
404              "90",
405              "100"
406            ],
407            "type": "string",
408            "description": "No of results per Page per Query <br><b>CAVEATS:</b> Counts may very based on Query and Results",
409            "default": "10"
410          },
411          "page": {
412            "title": "Page no",
413            "minimum": 1,
414            "maximum": 1000,
415            "type": "integer",
416            "description": "Enter Page No to start extracting where you left",
417            "default": 1
418          },
419          "matchExtactWord": {
420            "title": "Match Exact Words",
421            "type": "boolean",
422            "description": "If switched on then results will be filtered for input, keeping it off will work like search engine",
423            "default": true
424          }
425        }
426      },
427      "runsResponseSchema": {
428        "type": "object",
429        "properties": {
430          "data": {
431            "type": "object",
432            "properties": {
433              "id": {
434                "type": "string"
435              },
436              "actId": {
437                "type": "string"
438              },
439              "userId": {
440                "type": "string"
441              },
442              "startedAt": {
443                "type": "string",
444                "format": "date-time",
445                "example": "2025-01-08T00:00:00.000Z"
446              },
447              "finishedAt": {
448                "type": "string",
449                "format": "date-time",
450                "example": "2025-01-08T00:00:00.000Z"
451              },
452              "status": {
453                "type": "string",
454                "example": "READY"
455              },
456              "meta": {
457                "type": "object",
458                "properties": {
459                  "origin": {
460                    "type": "string",
461                    "example": "API"
462                  },
463                  "userAgent": {
464                    "type": "string"
465                  }
466                }
467              },
468              "stats": {
469                "type": "object",
470                "properties": {
471                  "inputBodyLen": {
472                    "type": "integer",
473                    "example": 2000
474                  },
475                  "rebootCount": {
476                    "type": "integer",
477                    "example": 0
478                  },
479                  "restartCount": {
480                    "type": "integer",
481                    "example": 0
482                  },
483                  "resurrectCount": {
484                    "type": "integer",
485                    "example": 0
486                  },
487                  "computeUnits": {
488                    "type": "integer",
489                    "example": 0
490                  }
491                }
492              },
493              "options": {
494                "type": "object",
495                "properties": {
496                  "build": {
497                    "type": "string",
498                    "example": "latest"
499                  },
500                  "timeoutSecs": {
501                    "type": "integer",
502                    "example": 300
503                  },
504                  "memoryMbytes": {
505                    "type": "integer",
506                    "example": 1024
507                  },
508                  "diskMbytes": {
509                    "type": "integer",
510                    "example": 2048
511                  }
512                }
513              },
514              "buildId": {
515                "type": "string"
516              },
517              "defaultKeyValueStoreId": {
518                "type": "string"
519              },
520              "defaultDatasetId": {
521                "type": "string"
522              },
523              "defaultRequestQueueId": {
524                "type": "string"
525              },
526              "buildNumber": {
527                "type": "string",
528                "example": "1.0.0"
529              },
530              "containerUrl": {
531                "type": "string"
532              },
533              "usage": {
534                "type": "object",
535                "properties": {
536                  "ACTOR_COMPUTE_UNITS": {
537                    "type": "integer",
538                    "example": 0
539                  },
540                  "DATASET_READS": {
541                    "type": "integer",
542                    "example": 0
543                  },
544                  "DATASET_WRITES": {
545                    "type": "integer",
546                    "example": 0
547                  },
548                  "KEY_VALUE_STORE_READS": {
549                    "type": "integer",
550                    "example": 0
551                  },
552                  "KEY_VALUE_STORE_WRITES": {
553                    "type": "integer",
554                    "example": 1
555                  },
556                  "KEY_VALUE_STORE_LISTS": {
557                    "type": "integer",
558                    "example": 0
559                  },
560                  "REQUEST_QUEUE_READS": {
561                    "type": "integer",
562                    "example": 0
563                  },
564                  "REQUEST_QUEUE_WRITES": {
565                    "type": "integer",
566                    "example": 0
567                  },
568                  "DATA_TRANSFER_INTERNAL_GBYTES": {
569                    "type": "integer",
570                    "example": 0
571                  },
572                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
573                    "type": "integer",
574                    "example": 0
575                  },
576                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
577                    "type": "integer",
578                    "example": 0
579                  },
580                  "PROXY_SERPS": {
581                    "type": "integer",
582                    "example": 0
583                  }
584                }
585              },
586              "usageTotalUsd": {
587                "type": "number",
588                "example": 0.00005
589              },
590              "usageUsd": {
591                "type": "object",
592                "properties": {
593                  "ACTOR_COMPUTE_UNITS": {
594                    "type": "integer",
595                    "example": 0
596                  },
597                  "DATASET_READS": {
598                    "type": "integer",
599                    "example": 0
600                  },
601                  "DATASET_WRITES": {
602                    "type": "integer",
603                    "example": 0
604                  },
605                  "KEY_VALUE_STORE_READS": {
606                    "type": "integer",
607                    "example": 0
608                  },
609                  "KEY_VALUE_STORE_WRITES": {
610                    "type": "number",
611                    "example": 0.00005
612                  },
613                  "KEY_VALUE_STORE_LISTS": {
614                    "type": "integer",
615                    "example": 0
616                  },
617                  "REQUEST_QUEUE_READS": {
618                    "type": "integer",
619                    "example": 0
620                  },
621                  "REQUEST_QUEUE_WRITES": {
622                    "type": "integer",
623                    "example": 0
624                  },
625                  "DATA_TRANSFER_INTERNAL_GBYTES": {
626                    "type": "integer",
627                    "example": 0
628                  },
629                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
630                    "type": "integer",
631                    "example": 0
632                  },
633                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
634                    "type": "integer",
635                    "example": 0
636                  },
637                  "PROXY_SERPS": {
638                    "type": "integer",
639                    "example": 0
640                  }
641                }
642              }
643            }
644          }
645        }
646      }
647    }
648  }
649}

Linkedin User Profile Url - Mass Finder 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 Linkedin User Profile Url - Mass Finder 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:

Developer
Maintained by Community

Actor Metrics

  • 18 monthly users

  • 3 stars

  • >99% runs succeeded

  • 12 hours response time

  • Created in Jul 2024

  • Modified 24 days ago