
Transform Linkedin Profile Picture Url to Linkedin Url
3 days trial then $15.00/month - No credit card required now

Transform Linkedin Profile Picture Url to Linkedin Url
3 days trial then $15.00/month - No credit card required now
From a linkedin profile picture url, find the corresponding linkedin profile url. Help cleaning & enrich linkedin data at scale.
Actor Metrics
1 monthly user
No reviews yet
2 bookmarks
>99% runs succeeded
Created in Jul 2024
Modified 2 months ago
You can access the Transform Linkedin Profile Picture Url to Linkedin Url 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": "8vPQH7FJPYxHUHeX7"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/saswave~transform-linkedin-profile-picture-url-to-linkedin-url/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-saswave-transform-linkedin-profile-picture-url-to-linkedin-url",
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/saswave~transform-linkedin-profile-picture-url-to-linkedin-url/runs": {
50 "post": {
51 "operationId": "runs-sync-saswave-transform-linkedin-profile-picture-url-to-linkedin-url",
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/saswave~transform-linkedin-profile-picture-url-to-linkedin-url/run-sync": {
93 "post": {
94 "operationId": "run-sync-saswave-transform-linkedin-profile-picture-url-to-linkedin-url",
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 "profile_pictures"
135 ],
136 "properties": {
137 "profile_pictures": {
138 "title": "Start Urls",
139 "type": "array",
140 "description": "Profile Pictures URLs to start with , with https://media.licdn.com/dms/image/ format"
141 },
142 "language": {
143 "title": "Language",
144 "enum": [
145 "",
146 "af",
147 "sq",
148 "sm",
149 "ar",
150 "az",
151 "eu",
152 "be",
153 "bn",
154 "bh",
155 "bs",
156 "bg",
157 "ca",
158 "zh-CN",
159 "zh-TW",
160 "hr",
161 "cs",
162 "da",
163 "nl",
164 "en",
165 "eo",
166 "et",
167 "fo",
168 "fi",
169 "fr",
170 "fy",
171 "gl",
172 "ka",
173 "de",
174 "el",
175 "gu",
176 "iw",
177 "hi",
178 "hu",
179 "is",
180 "id",
181 "ia",
182 "ga",
183 "it",
184 "ja",
185 "jw",
186 "kn",
187 "ko",
188 "la",
189 "lv",
190 "lt",
191 "mk",
192 "ms",
193 "ml",
194 "mt",
195 "mr",
196 "ne",
197 "no",
198 "nn",
199 "oc",
200 "fa",
201 "pl",
202 "pt-BR",
203 "pt-PT",
204 "pa",
205 "ro",
206 "ru",
207 "gd",
208 "sr",
209 "si",
210 "sk",
211 "sl",
212 "es",
213 "su",
214 "sw",
215 "sv",
216 "tl",
217 "ta",
218 "te",
219 "th",
220 "ti",
221 "tr",
222 "uk",
223 "ur",
224 "uz",
225 "vi",
226 "cy",
227 "xh",
228 "zu"
229 ],
230 "type": "string",
231 "description": "Language to adjust linkedin matching",
232 "default": ""
233 },
234 "country": {
235 "title": "Country",
236 "enum": [
237 "",
238 "af",
239 "al",
240 "dz",
241 "as",
242 "ad",
243 "ao",
244 "ai",
245 "aq",
246 "ag",
247 "ar",
248 "am",
249 "aw",
250 "au",
251 "at",
252 "az",
253 "bs",
254 "bh",
255 "bd",
256 "bb",
257 "by",
258 "be",
259 "bz",
260 "bj",
261 "bm",
262 "bt",
263 "bo",
264 "ba",
265 "bw",
266 "bv",
267 "br",
268 "io",
269 "bn",
270 "bg",
271 "bf",
272 "bi",
273 "kh",
274 "cm",
275 "ca",
276 "cv",
277 "ky",
278 "cf",
279 "td",
280 "cl",
281 "cn",
282 "cx",
283 "cc",
284 "co",
285 "km",
286 "cg",
287 "cd",
288 "ck",
289 "cr",
290 "ci",
291 "hr",
292 "cu",
293 "cy",
294 "cz",
295 "dk",
296 "dj",
297 "dm",
298 "do",
299 "ec",
300 "eg",
301 "sv",
302 "gq",
303 "er",
304 "ee",
305 "et",
306 "fk",
307 "fo",
308 "fj",
309 "fi",
310 "fr",
311 "gf",
312 "pf",
313 "tf",
314 "ga",
315 "gm",
316 "ge",
317 "de",
318 "gh",
319 "gi",
320 "gr",
321 "gl",
322 "gd",
323 "gp",
324 "gu",
325 "gt",
326 "gn",
327 "gw",
328 "gy",
329 "ht",
330 "hm",
331 "va",
332 "hn",
333 "hk",
334 "hu",
335 "is",
336 "in",
337 "id",
338 "ir",
339 "iq",
340 "ie",
341 "il",
342 "it",
343 "jm",
344 "jp",
345 "jo",
346 "kz",
347 "ke",
348 "ki",
349 "kp",
350 "kr",
351 "kw",
352 "kg",
353 "la",
354 "lv",
355 "lb",
356 "ls",
357 "lr",
358 "ly",
359 "li",
360 "lt",
361 "lu",
362 "mo",
363 "mk",
364 "mg",
365 "mw",
366 "my",
367 "mv",
368 "ml",
369 "mt",
370 "mh",
371 "mq",
372 "mr",
373 "mu",
374 "yt",
375 "mx",
376 "fm",
377 "md",
378 "mc",
379 "mn",
380 "ms",
381 "ma",
382 "mz",
383 "mm",
384 "na",
385 "nr",
386 "np",
387 "nl",
388 "an",
389 "nc",
390 "nz",
391 "ni",
392 "ne",
393 "ng",
394 "nu",
395 "nf",
396 "mp",
397 "no",
398 "om",
399 "pk",
400 "pw",
401 "ps",
402 "pa",
403 "pg",
404 "py",
405 "pe",
406 "ph",
407 "pn",
408 "pl",
409 "pt",
410 "pr",
411 "qa",
412 "re",
413 "ro",
414 "ru",
415 "rw",
416 "sh",
417 "kn",
418 "lc",
419 "pm",
420 "vc",
421 "ws",
422 "sm",
423 "st",
424 "sa",
425 "sn",
426 "cs",
427 "sc",
428 "sl",
429 "sg",
430 "sk",
431 "si",
432 "sb",
433 "so",
434 "za",
435 "gs",
436 "es",
437 "lk",
438 "sd",
439 "sr",
440 "sj",
441 "sz",
442 "se",
443 "ch",
444 "sy",
445 "tw",
446 "tj",
447 "tz",
448 "th",
449 "tl",
450 "tg",
451 "tk",
452 "to",
453 "tt",
454 "tn",
455 "tr",
456 "tm",
457 "tc",
458 "tv",
459 "ug",
460 "ua",
461 "ae",
462 "gb",
463 "us",
464 "um",
465 "uy",
466 "uz",
467 "vu",
468 "ve",
469 "vn",
470 "vg",
471 "vi",
472 "wf",
473 "eh",
474 "ye",
475 "zm",
476 "zw"
477 ],
478 "type": "string",
479 "description": "Country to adjust linkedin matching",
480 "default": ""
481 }
482 }
483 },
484 "runsResponseSchema": {
485 "type": "object",
486 "properties": {
487 "data": {
488 "type": "object",
489 "properties": {
490 "id": {
491 "type": "string"
492 },
493 "actId": {
494 "type": "string"
495 },
496 "userId": {
497 "type": "string"
498 },
499 "startedAt": {
500 "type": "string",
501 "format": "date-time",
502 "example": "2025-01-08T00:00:00.000Z"
503 },
504 "finishedAt": {
505 "type": "string",
506 "format": "date-time",
507 "example": "2025-01-08T00:00:00.000Z"
508 },
509 "status": {
510 "type": "string",
511 "example": "READY"
512 },
513 "meta": {
514 "type": "object",
515 "properties": {
516 "origin": {
517 "type": "string",
518 "example": "API"
519 },
520 "userAgent": {
521 "type": "string"
522 }
523 }
524 },
525 "stats": {
526 "type": "object",
527 "properties": {
528 "inputBodyLen": {
529 "type": "integer",
530 "example": 2000
531 },
532 "rebootCount": {
533 "type": "integer",
534 "example": 0
535 },
536 "restartCount": {
537 "type": "integer",
538 "example": 0
539 },
540 "resurrectCount": {
541 "type": "integer",
542 "example": 0
543 },
544 "computeUnits": {
545 "type": "integer",
546 "example": 0
547 }
548 }
549 },
550 "options": {
551 "type": "object",
552 "properties": {
553 "build": {
554 "type": "string",
555 "example": "latest"
556 },
557 "timeoutSecs": {
558 "type": "integer",
559 "example": 300
560 },
561 "memoryMbytes": {
562 "type": "integer",
563 "example": 1024
564 },
565 "diskMbytes": {
566 "type": "integer",
567 "example": 2048
568 }
569 }
570 },
571 "buildId": {
572 "type": "string"
573 },
574 "defaultKeyValueStoreId": {
575 "type": "string"
576 },
577 "defaultDatasetId": {
578 "type": "string"
579 },
580 "defaultRequestQueueId": {
581 "type": "string"
582 },
583 "buildNumber": {
584 "type": "string",
585 "example": "1.0.0"
586 },
587 "containerUrl": {
588 "type": "string"
589 },
590 "usage": {
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": "integer",
611 "example": 1
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 "usageTotalUsd": {
644 "type": "number",
645 "example": 0.00005
646 },
647 "usageUsd": {
648 "type": "object",
649 "properties": {
650 "ACTOR_COMPUTE_UNITS": {
651 "type": "integer",
652 "example": 0
653 },
654 "DATASET_READS": {
655 "type": "integer",
656 "example": 0
657 },
658 "DATASET_WRITES": {
659 "type": "integer",
660 "example": 0
661 },
662 "KEY_VALUE_STORE_READS": {
663 "type": "integer",
664 "example": 0
665 },
666 "KEY_VALUE_STORE_WRITES": {
667 "type": "number",
668 "example": 0.00005
669 },
670 "KEY_VALUE_STORE_LISTS": {
671 "type": "integer",
672 "example": 0
673 },
674 "REQUEST_QUEUE_READS": {
675 "type": "integer",
676 "example": 0
677 },
678 "REQUEST_QUEUE_WRITES": {
679 "type": "integer",
680 "example": 0
681 },
682 "DATA_TRANSFER_INTERNAL_GBYTES": {
683 "type": "integer",
684 "example": 0
685 },
686 "DATA_TRANSFER_EXTERNAL_GBYTES": {
687 "type": "integer",
688 "example": 0
689 },
690 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
691 "type": "integer",
692 "example": 0
693 },
694 "PROXY_SERPS": {
695 "type": "integer",
696 "example": 0
697 }
698 }
699 }
700 }
701 }
702 }
703 }
704 }
705 }
706}
Transform Linkedin Profile Picture Url to Linkedin Url 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 Transform Linkedin Profile Picture Url to Linkedin Url 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: