Upwork Extractor avatar

Upwork Extractor

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Upwork Extractor

Upwork Extractor

jupri/upwork
Try for free

7 days trial then $30.00/month - No credit card required now

πŸ’« Scrape Upwork.com Jobs

You can access the Upwork Extractor 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.3",
5    "x-build-id": "3Lr0fbTJb0cMQaoAl"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~upwork/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-upwork",
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/jupri~upwork/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-upwork",
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/jupri~upwork/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-upwork",
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        "properties": {
134          "query": {
135            "title": "πŸ”Ž Search",
136            "type": "string",
137            "description": ""
138          },
139          "limit": {
140            "title": "β™Ύ Limit",
141            "type": "integer",
142            "description": "Number of results",
143            "default": 5
144          },
145          "sort": {
146            "title": "πŸ”€ Sorting",
147            "enum": [
148              "relevance",
149              "newest",
150              "spend",
151              "rating"
152            ],
153            "type": "string",
154            "description": ""
155          },
156          "tier": {
157            "title": "πŸ… Experience Level",
158            "type": "array",
159            "description": "",
160            "items": {
161              "type": "string",
162              "enum": [
163                "1",
164                "2",
165                "3"
166              ],
167              "enumTitles": [
168                "Entry Level",
169                "Intermediate",
170                "Expert"
171              ]
172            }
173          },
174          "includes.history": {
175            "title": "Work History",
176            "type": "boolean",
177            "description": "πŸ’‘ Client Work History"
178          },
179          "includes.attachments": {
180            "title": "Attachments",
181            "type": "boolean",
182            "description": "πŸ’‘ Job Attachments / Documents"
183          },
184          "search.any": {
185            "title": "Any of these words",
186            "type": "string",
187            "description": ""
188          },
189          "search.none": {
190            "title": "None of these words",
191            "type": "string",
192            "description": ""
193          },
194          "search.exact": {
195            "title": "The exact phrase",
196            "type": "string",
197            "description": ""
198          },
199          "search.title": {
200            "title": "Title search",
201            "type": "string",
202            "description": ""
203          },
204          "category": {
205            "title": "Category",
206            "type": "array",
207            "description": "",
208            "items": {
209              "type": "string",
210              "enum": [
211                "accounting-consulting",
212                "personal-professional-coaching",
213                "accounting-bookkeeping",
214                "financial-planning",
215                "recruiting-human-resources",
216                "management-consulting-analysis",
217                "other-accounting-consulting",
218                "admin-support",
219                "data-entry-transcription-services",
220                "virtual-assistance",
221                "project-management",
222                "market-research-product-reviews",
223                "customer-service",
224                "community-management-tagging",
225                "customer-service-tech-support",
226                "data-science-analytics",
227                "data-analysis-testing",
228                "data-extraction-etl",
229                "data-mining-management",
230                "ai-machine-learning",
231                "design-creative",
232                "art-illustration",
233                "audio-music-production",
234                "branding-logo-design",
235                "nft-ar-vr-game-art",
236                "graphic-editorial-presentation-design",
237                "performing-arts",
238                "photography",
239                "product-design",
240                "video-animation",
241                "engineering-architecture",
242                "building-landscape-architecture",
243                "chemical-engineering",
244                "civil-structural-engineering",
245                "contract-manufacturing",
246                "electrical-electronic-engineering",
247                "interior-trade-show-design",
248                "energy-mechanical-engineering",
249                "physical-sciences",
250                "3d-modeling-cad",
251                "it-networking",
252                "database-management-administration",
253                "erp-crm-software",
254                "information-security-compliance",
255                "network-system-administration",
256                "devops-solution-architecture",
257                "legal",
258                "corporate-contract-law",
259                "international-immigration-law",
260                "finance-tax-law",
261                "public-law",
262                "sales-marketing",
263                "digital-marketing",
264                "lead-generation-telemarketing",
265                "marketing-pr-brand-strategy",
266                "translation",
267                "language-tutoring-interpretation",
268                "translation-localization-services",
269                "web-mobile-software-dev",
270                "blockchain-nft-cryptocurrency",
271                "ai-apps-and-integration",
272                "desktop-application-development",
273                "ecommerce-development",
274                "game-design-development",
275                "mobile-development",
276                "other-software-development",
277                "product-management",
278                "qa-testing",
279                "scripts-utilities",
280                "web-mobile-design",
281                "web-development",
282                "writing",
283                "sales-marketing-copywriting",
284                "content-writing",
285                "editing-proofreading-services",
286                "professional-business-writing"
287              ],
288              "enumTitles": [
289                "πŸ“‚ Accounting & Consulting",
290                "🟒 Personal & Professional Coaching",
291                "🟒 Accounting & Bookkeeping",
292                "🟒 Financial Planning",
293                "🟒 Recruiting & Human Resources",
294                "🟒 Management Consulting & Analysis",
295                "🟒 Other - Accounting & Consulting",
296                "πŸ“‚ Admin Support",
297                "🟒 Data Entry & Transcription Services",
298                "🟒 Virtual Assistance",
299                "🟒 Project Management",
300                "🟒 Market Research & Product Reviews",
301                "πŸ“‚ Customer Service",
302                "🟒 Community Management & Tagging",
303                "🟒 Customer Service & Tech Support",
304                "πŸ“‚ Data Science & Analytics",
305                "🟒 Data Analysis & Testing",
306                "🟒 Data Extraction/ETL",
307                "🟒 Data Mining & Management",
308                "🟒 AI & Machine Learning",
309                "πŸ“‚ Design & Creative",
310                "🟒 Art & Illustration",
311                "🟒 Audio & Music Production",
312                "🟒 Branding & Logo Design",
313                "🟒 NFT, AR/VR & Game Art",
314                "🟒 Graphic, Editorial & Presentation Design",
315                "🟒 Performing Arts",
316                "🟒 Photography",
317                "🟒 Product Design",
318                "🟒 Video & Animation",
319                "πŸ“‚ Engineering & Architecture",
320                "🟒 Building & Landscape Architecture",
321                "🟒 Chemical Engineering",
322                "🟒 Civil & Structural Engineering",
323                "🟒 Contract Manufacturing",
324                "🟒 Electrical & Electronic Engineering",
325                "🟒 Interior & Trade Show Design",
326                "🟒 Energy & Mechanical Engineering",
327                "🟒 Physical Sciences",
328                "🟒 3D Modeling & CAD",
329                "πŸ“‚ IT & Networking",
330                "🟒 Database Management & Administration",
331                "🟒 ERP/CRM Software",
332                "🟒 Information Security & Compliance",
333                "🟒 Network & System Administration",
334                "🟒 DevOps & Solution Architecture",
335                "πŸ“‚ Legal",
336                "🟒 Corporate & Contract Law",
337                "🟒 International & Immigration Law",
338                "🟒 Finance & Tax Law",
339                "🟒 Public Law",
340                "πŸ“‚ Sales & Marketing",
341                "🟒 Digital Marketing",
342                "🟒 Lead Generation & Telemarketing",
343                "🟒 Marketing, PR & Brand Strategy",
344                "πŸ“‚ Translation",
345                "🟒 Language Tutoring & Interpretation",
346                "🟒 Translation & Localization Services",
347                "πŸ“‚ Web, Mobile & Software Dev",
348                "🟒 Blockchain, NFT & Cryptocurrency",
349                "🟒 AI Apps & Integration",
350                "🟒 Desktop Application Development",
351                "🟒 Ecommerce Development",
352                "🟒 Game Design & Development",
353                "🟒 Mobile Development",
354                "🟒 Other - Software Development",
355                "🟒 Product Management & Scrum",
356                "🟒 QA Testing",
357                "🟒 Scripts & Utilities",
358                "🟒 Web & Mobile Design",
359                "🟒 Web Development",
360                "πŸ“‚ Writing",
361                "🟒 Sales & Marketing Copywriting",
362                "🟒 Content Writing",
363                "🟒 Editing & Proofreading Services",
364                "🟒 Professional & Business Writing"
365              ]
366            }
367          },
368          "skills": {
369            "title": "Skills",
370            "type": "array",
371            "description": "Skill ID",
372            "items": {
373              "type": "string"
374            }
375          },
376          "hourly": {
377            "title": "Hourly",
378            "type": "boolean",
379            "description": ""
380          },
381          "hourly_min": {
382            "title": "Hourly Price",
383            "type": "integer",
384            "description": ""
385          },
386          "hourly_max": {
387            "title": "",
388            "type": "integer",
389            "description": ""
390          },
391          "fixed": {
392            "title": "Fixed Price",
393            "type": "boolean",
394            "description": ""
395          },
396          "price_min": {
397            "title": "Custom Price",
398            "type": "integer",
399            "description": ""
400          },
401          "price_max": {
402            "title": "",
403            "type": "integer",
404            "description": ""
405          },
406          "price": {
407            "title": "Fixed Prices",
408            "type": "array",
409            "description": "",
410            "items": {
411              "type": "string",
412              "enum": [
413                "1",
414                "2",
415                "3",
416                "4",
417                "5"
418              ],
419              "enumTitles": [
420                "Less than $100",
421                "$100 to $500",
422                "$500 to $1K",
423                "$1K to $5K",
424                "$5K+"
425              ]
426            }
427          },
428          "location": {
429            "title": "Client Location",
430            "type": "array",
431            "description": "",
432            "items": {
433              "type": "string"
434            }
435          },
436          "timezone": {
437            "title": "Client Timezone",
438            "type": "array",
439            "description": "",
440            "items": {
441              "type": "string"
442            }
443          },
444          "no_hires": {
445            "title": "No hires",
446            "type": "boolean",
447            "description": ""
448          },
449          "hires_min": {
450            "title": "",
451            "type": "integer",
452            "description": ""
453          },
454          "hires_max": {
455            "title": "",
456            "type": "integer",
457            "description": ""
458          },
459          "duration": {
460            "title": "Project Length",
461            "type": "array",
462            "description": "",
463            "items": {
464              "type": "string",
465              "enum": [
466                "week",
467                "month",
468                "semester",
469                "ongoing"
470              ],
471              "enumTitles": [
472                "Less than 1 month",
473                "1 to 3 months",
474                "3 to 6 months",
475                "More than 6 months"
476              ]
477            }
478          },
479          "workload": {
480            "title": "Hours Per Week",
481            "type": "array",
482            "description": "",
483            "items": {
484              "type": "string",
485              "enum": [
486                "part_time",
487                "full_time"
488              ],
489              "enumTitles": [
490                "Less than 30 hrs/week",
491                "More than 30 hrs/week"
492              ]
493            }
494          },
495          "contract_to_hire": {
496            "title": "Contract-to-hire roles",
497            "type": "boolean",
498            "description": ""
499          },
500          "previous_clients": {
501            "title": "My previous clients",
502            "type": "boolean",
503            "description": "☒️ Requires <code>Authorization</code> header"
504          },
505          "payment_verified": {
506            "title": "Payment verified",
507            "type": "boolean",
508            "description": "☒️ Requires <code>Authorization</code> header"
509          },
510          "proposal_min": {
511            "title": "☒️ Number of Proposals",
512            "type": "integer",
513            "description": "☒️ Requires <code>Authorization</code> header"
514          },
515          "proposal_max": {
516            "title": "",
517            "type": "integer",
518            "description": ""
519          },
520          "bot_type": {
521            "title": "Type",
522            "enum": [
523              "",
524              "discord",
525              "telegram"
526            ],
527            "type": "string",
528            "description": ""
529          },
530          "bot_token": {
531            "title": "Bot Token",
532            "type": "string",
533            "description": ""
534          },
535          "bot_channel": {
536            "title": "Channel ID",
537            "type": "string",
538            "description": ""
539          },
540          "dev_custom_headers": {
541            "title": "πŸ“œ HTTP HEADERS",
542            "type": "array",
543            "description": "πŸ’‘ Additional HTTP Headers",
544            "items": {
545              "type": "object",
546              "required": [
547                "key",
548                "value"
549              ],
550              "properties": {
551                "key": {
552                  "type": "string",
553                  "title": "Key"
554                },
555                "value": {
556                  "type": "string",
557                  "title": "Value"
558                }
559              }
560            }
561          },
562          "dev_custom_cookies": {
563            "title": "🍰 HTTP COOKIES",
564            "type": "array",
565            "description": "πŸ’‘ Additional HTTP Cookies",
566            "items": {
567              "type": "object",
568              "required": [
569                "key",
570                "value"
571              ],
572              "properties": {
573                "key": {
574                  "type": "string",
575                  "title": "Key"
576                },
577                "value": {
578                  "type": "string",
579                  "title": "Value"
580                }
581              }
582            }
583          },
584          "dev_transform_fields": {
585            "title": "♻️ CUSTOM FIELD",
586            "type": "array",
587            "description": "πŸ’‘ <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
588            "items": {
589              "type": "object",
590              "required": [
591                "key",
592                "value"
593              ],
594              "properties": {
595                "key": {
596                  "type": "string",
597                  "title": "Key"
598                },
599                "value": {
600                  "type": "string",
601                  "title": "Value"
602                }
603              }
604            }
605          },
606          "dev_dataset_name": {
607            "title": "πŸ“ CUSTOM STORAGE",
608            "type": "string",
609            "description": "πŸ’‘ <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
610          },
611          "dev_dataset_clear": {
612            "title": "Clear Storage",
613            "type": "boolean",
614            "description": "Clear Dataset before insert/update."
615          },
616          "dev_no_strip": {
617            "title": "Disable data cleansing",
618            "type": "boolean",
619            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
620          }
621        }
622      },
623      "runsResponseSchema": {
624        "type": "object",
625        "properties": {
626          "data": {
627            "type": "object",
628            "properties": {
629              "id": {
630                "type": "string"
631              },
632              "actId": {
633                "type": "string"
634              },
635              "userId": {
636                "type": "string"
637              },
638              "startedAt": {
639                "type": "string",
640                "format": "date-time",
641                "example": "2025-01-08T00:00:00.000Z"
642              },
643              "finishedAt": {
644                "type": "string",
645                "format": "date-time",
646                "example": "2025-01-08T00:00:00.000Z"
647              },
648              "status": {
649                "type": "string",
650                "example": "READY"
651              },
652              "meta": {
653                "type": "object",
654                "properties": {
655                  "origin": {
656                    "type": "string",
657                    "example": "API"
658                  },
659                  "userAgent": {
660                    "type": "string"
661                  }
662                }
663              },
664              "stats": {
665                "type": "object",
666                "properties": {
667                  "inputBodyLen": {
668                    "type": "integer",
669                    "example": 2000
670                  },
671                  "rebootCount": {
672                    "type": "integer",
673                    "example": 0
674                  },
675                  "restartCount": {
676                    "type": "integer",
677                    "example": 0
678                  },
679                  "resurrectCount": {
680                    "type": "integer",
681                    "example": 0
682                  },
683                  "computeUnits": {
684                    "type": "integer",
685                    "example": 0
686                  }
687                }
688              },
689              "options": {
690                "type": "object",
691                "properties": {
692                  "build": {
693                    "type": "string",
694                    "example": "latest"
695                  },
696                  "timeoutSecs": {
697                    "type": "integer",
698                    "example": 300
699                  },
700                  "memoryMbytes": {
701                    "type": "integer",
702                    "example": 1024
703                  },
704                  "diskMbytes": {
705                    "type": "integer",
706                    "example": 2048
707                  }
708                }
709              },
710              "buildId": {
711                "type": "string"
712              },
713              "defaultKeyValueStoreId": {
714                "type": "string"
715              },
716              "defaultDatasetId": {
717                "type": "string"
718              },
719              "defaultRequestQueueId": {
720                "type": "string"
721              },
722              "buildNumber": {
723                "type": "string",
724                "example": "1.0.0"
725              },
726              "containerUrl": {
727                "type": "string"
728              },
729              "usage": {
730                "type": "object",
731                "properties": {
732                  "ACTOR_COMPUTE_UNITS": {
733                    "type": "integer",
734                    "example": 0
735                  },
736                  "DATASET_READS": {
737                    "type": "integer",
738                    "example": 0
739                  },
740                  "DATASET_WRITES": {
741                    "type": "integer",
742                    "example": 0
743                  },
744                  "KEY_VALUE_STORE_READS": {
745                    "type": "integer",
746                    "example": 0
747                  },
748                  "KEY_VALUE_STORE_WRITES": {
749                    "type": "integer",
750                    "example": 1
751                  },
752                  "KEY_VALUE_STORE_LISTS": {
753                    "type": "integer",
754                    "example": 0
755                  },
756                  "REQUEST_QUEUE_READS": {
757                    "type": "integer",
758                    "example": 0
759                  },
760                  "REQUEST_QUEUE_WRITES": {
761                    "type": "integer",
762                    "example": 0
763                  },
764                  "DATA_TRANSFER_INTERNAL_GBYTES": {
765                    "type": "integer",
766                    "example": 0
767                  },
768                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
769                    "type": "integer",
770                    "example": 0
771                  },
772                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
773                    "type": "integer",
774                    "example": 0
775                  },
776                  "PROXY_SERPS": {
777                    "type": "integer",
778                    "example": 0
779                  }
780                }
781              },
782              "usageTotalUsd": {
783                "type": "number",
784                "example": 0.00005
785              },
786              "usageUsd": {
787                "type": "object",
788                "properties": {
789                  "ACTOR_COMPUTE_UNITS": {
790                    "type": "integer",
791                    "example": 0
792                  },
793                  "DATASET_READS": {
794                    "type": "integer",
795                    "example": 0
796                  },
797                  "DATASET_WRITES": {
798                    "type": "integer",
799                    "example": 0
800                  },
801                  "KEY_VALUE_STORE_READS": {
802                    "type": "integer",
803                    "example": 0
804                  },
805                  "KEY_VALUE_STORE_WRITES": {
806                    "type": "number",
807                    "example": 0.00005
808                  },
809                  "KEY_VALUE_STORE_LISTS": {
810                    "type": "integer",
811                    "example": 0
812                  },
813                  "REQUEST_QUEUE_READS": {
814                    "type": "integer",
815                    "example": 0
816                  },
817                  "REQUEST_QUEUE_WRITES": {
818                    "type": "integer",
819                    "example": 0
820                  },
821                  "DATA_TRANSFER_INTERNAL_GBYTES": {
822                    "type": "integer",
823                    "example": 0
824                  },
825                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
826                    "type": "integer",
827                    "example": 0
828                  },
829                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
830                    "type": "integer",
831                    "example": 0
832                  },
833                  "PROXY_SERPS": {
834                    "type": "integer",
835                    "example": 0
836                  }
837                }
838              }
839            }
840          }
841        }
842      }
843    }
844  }
845}

Upwork 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 Upwork Extractor 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

  • 55 monthly users

  • 11 bookmarks

  • >99% runs succeeded

  • 3.8 days response time

  • Created in Dec 2023

  • Modified 9 days ago

Categories