Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction avatar
Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

Pricing

$10.00/month + usage

Go to Store
Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction

pintxuki/behance-jobs-extractor

Developed by

Viralizai

Maintained by Community

Scrape Behance job listings in real-time with detailed insights on job titles, companies, locations, and more. Filter by category and country for targeted results. Perfect for recruiters, job seekers, and market analysts. Automate job data collection effortlessly! 🚀

0.0 (0)

Pricing

$10.00/month + usage

0

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

You can access the Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction 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": "8Hphk6leWppgxu7vd"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/pintxuki~behance-jobs-extractor/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-pintxuki-behance-jobs-extractor",
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/pintxuki~behance-jobs-extractor/runs": {
50      "post": {
51        "operationId": "runs-sync-pintxuki-behance-jobs-extractor",
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/pintxuki~behance-jobs-extractor/run-sync": {
93      "post": {
94        "operationId": "run-sync-pintxuki-behance-jobs-extractor",
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          "category",
135          "country",
136          "maxItems"
137        ],
138        "properties": {
139          "search": {
140            "title": "🔍 Search",
141            "type": "string",
142            "description": "Enter a keyword to search for specific job titles or skills (e.g., 'logo', 'UI/UX', 'illustrator', 'Airbnb')",
143            "default": ""
144          },
145          "category": {
146            "title": "📙 Category",
147            "enum": [
148              "all",
149              "logo-design",
150              "stationery-design",
151              "fonts-typography",
152              "branding-services",
153              "book-design",
154              "packaging-design",
155              "album-cover-design",
156              "signage-design",
157              "invitation-design",
158              "t-shirt-merchandise",
159              "flyer-brochure-design",
160              "poster-design",
161              "idendity-design",
162              "brand-guidelines",
163              "website-design",
164              "app-design",
165              "ui-ux-design",
166              "landing-page-design",
167              "icon-design",
168              "illustrations"
169            ],
170            "type": "string",
171            "description": "Select a job category to filter results",
172            "default": "all"
173          },
174          "country": {
175            "title": "🌎 Country",
176            "enum": [
177              "all",
178              "AX",
179              "AL",
180              "DZ",
181              "AS",
182              "AD",
183              "AO",
184              "AI",
185              "AQ",
186              "AG",
187              "AR",
188              "AM",
189              "AW",
190              "AU",
191              "AT",
192              "AZ",
193              "BS",
194              "BH",
195              "BD",
196              "BB",
197              "BE",
198              "BZ",
199              "BJ",
200              "BM",
201              "BT",
202              "BO",
203              "BQ",
204              "BA",
205              "BW",
206              "BV",
207              "BR",
208              "IO",
209              "BN",
210              "BG",
211              "BF",
212              "KH",
213              "CM",
214              "CA",
215              "CV",
216              "KY",
217              "CL",
218              "CX",
219              "CC",
220              "CO",
221              "KM",
222              "CK",
223              "CR",
224              "HR",
225              "CW",
226              "CY",
227              "CZ",
228              "DK",
229              "DJ",
230              "DM",
231              "DO",
232              "EC",
233              "SV",
234              "EE",
235              "FO",
236              "FJ",
237              "FI",
238              "FR",
239              "GF",
240              "PF",
241              "TF",
242              "GA",
243              "GM",
244              "GE",
245              "DE",
246              "GI",
247              "GR",
248              "GL",
249              "GD",
250              "GP",
251              "GU",
252              "GT",
253              "GG",
254              "GY",
255              "HM",
256              "VA",
257              "HN",
258              "HU",
259              "IS",
260              "IE",
261              "IM",
262              "IL",
263              "IT",
264              "JM",
265              "JP",
266              "JE",
267              "JO",
268              "KZ",
269              "KI",
270              "KW",
271              "LI",
272              "LT",
273              "LU",
274              "MO",
275              "MK",
276              "MG",
277              "MW",
278              "MY",
279              "MV",
280              "MT",
281              "MH",
282              "MQ",
283              "MU",
284              "YT",
285              "MX",
286              "FM",
287              "MC",
288              "MN",
289              "ME",
290              "MS",
291              "NA",
292              "NR",
293              "NP",
294              "NL",
295              "AN",
296              "NC",
297              "NZ",
298              "NU",
299              "NF",
300              "MP",
301              "NO",
302              "OM",
303              "PW",
304              "PA",
305              "PG",
306              "PY",
307              "PE",
308              "PH",
309              "PN",
310              "PL",
311              "PT",
312              "PR",
313              "QA",
314              "RE",
315              "RO",
316              "BL",
317              "SH",
318              "KN",
319              "LC",
320              "MF",
321              "PM",
322              "VC",
323              "WS",
324              "SM",
325              "ST",
326              "SN",
327              "RS",
328              "SC",
329              "SG",
330              "SX",
331              "SK",
332              "SI",
333              "SB",
334              "ZA",
335              "ES",
336              "LK",
337              "SR",
338              "SJ",
339              "SZ",
340              "SE",
341              "CH",
342              "TW",
343              "TH",
344              "TL",
345              "TG",
346              "TK",
347              "TO",
348              "TT",
349              "TN",
350              "TR",
351              "TC",
352              "TV",
353              "UG",
354              "UA",
355              "AE",
356              "GB",
357              "US",
358              "UY",
359              "VU",
360              "VG",
361              "VI",
362              "WF",
363              "ZM",
364              "ZW"
365            ],
366            "type": "string",
367            "description": "Select a country to filter job results",
368            "default": "all"
369          },
370          "includeFullDescription": {
371            "title": "Include Full Job Description",
372            "type": "boolean",
373            "description": "When enabled, includes detailed job descriptions and additional fields like job_type, work_setting, and business_url in the output. When disabled, only basic job information is extracted, resulting in faster performance.",
374            "default": false
375          },
376          "maxItems": {
377            "title": "Max Items",
378            "minimum": 1,
379            "maximum": 1000,
380            "type": "integer",
381            "description": "Maximum number of job items to extract.",
382            "default": 50
383          },
384          "maxRequestsPerCrawl": {
385            "title": "Max Requests per Crawl",
386            "type": "integer",
387            "description": "Maximum number of requests that can be made by this crawler.",
388            "default": 100
389          },
390          "nameDataset": {
391            "title": "Name Dataset",
392            "type": "boolean",
393            "description": "Whether to name the dataset.",
394            "default": false
395          }
396        }
397      },
398      "runsResponseSchema": {
399        "type": "object",
400        "properties": {
401          "data": {
402            "type": "object",
403            "properties": {
404              "id": {
405                "type": "string"
406              },
407              "actId": {
408                "type": "string"
409              },
410              "userId": {
411                "type": "string"
412              },
413              "startedAt": {
414                "type": "string",
415                "format": "date-time",
416                "example": "2025-01-08T00:00:00.000Z"
417              },
418              "finishedAt": {
419                "type": "string",
420                "format": "date-time",
421                "example": "2025-01-08T00:00:00.000Z"
422              },
423              "status": {
424                "type": "string",
425                "example": "READY"
426              },
427              "meta": {
428                "type": "object",
429                "properties": {
430                  "origin": {
431                    "type": "string",
432                    "example": "API"
433                  },
434                  "userAgent": {
435                    "type": "string"
436                  }
437                }
438              },
439              "stats": {
440                "type": "object",
441                "properties": {
442                  "inputBodyLen": {
443                    "type": "integer",
444                    "example": 2000
445                  },
446                  "rebootCount": {
447                    "type": "integer",
448                    "example": 0
449                  },
450                  "restartCount": {
451                    "type": "integer",
452                    "example": 0
453                  },
454                  "resurrectCount": {
455                    "type": "integer",
456                    "example": 0
457                  },
458                  "computeUnits": {
459                    "type": "integer",
460                    "example": 0
461                  }
462                }
463              },
464              "options": {
465                "type": "object",
466                "properties": {
467                  "build": {
468                    "type": "string",
469                    "example": "latest"
470                  },
471                  "timeoutSecs": {
472                    "type": "integer",
473                    "example": 300
474                  },
475                  "memoryMbytes": {
476                    "type": "integer",
477                    "example": 1024
478                  },
479                  "diskMbytes": {
480                    "type": "integer",
481                    "example": 2048
482                  }
483                }
484              },
485              "buildId": {
486                "type": "string"
487              },
488              "defaultKeyValueStoreId": {
489                "type": "string"
490              },
491              "defaultDatasetId": {
492                "type": "string"
493              },
494              "defaultRequestQueueId": {
495                "type": "string"
496              },
497              "buildNumber": {
498                "type": "string",
499                "example": "1.0.0"
500              },
501              "containerUrl": {
502                "type": "string"
503              },
504              "usage": {
505                "type": "object",
506                "properties": {
507                  "ACTOR_COMPUTE_UNITS": {
508                    "type": "integer",
509                    "example": 0
510                  },
511                  "DATASET_READS": {
512                    "type": "integer",
513                    "example": 0
514                  },
515                  "DATASET_WRITES": {
516                    "type": "integer",
517                    "example": 0
518                  },
519                  "KEY_VALUE_STORE_READS": {
520                    "type": "integer",
521                    "example": 0
522                  },
523                  "KEY_VALUE_STORE_WRITES": {
524                    "type": "integer",
525                    "example": 1
526                  },
527                  "KEY_VALUE_STORE_LISTS": {
528                    "type": "integer",
529                    "example": 0
530                  },
531                  "REQUEST_QUEUE_READS": {
532                    "type": "integer",
533                    "example": 0
534                  },
535                  "REQUEST_QUEUE_WRITES": {
536                    "type": "integer",
537                    "example": 0
538                  },
539                  "DATA_TRANSFER_INTERNAL_GBYTES": {
540                    "type": "integer",
541                    "example": 0
542                  },
543                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "PROXY_SERPS": {
552                    "type": "integer",
553                    "example": 0
554                  }
555                }
556              },
557              "usageTotalUsd": {
558                "type": "number",
559                "example": 0.00005
560              },
561              "usageUsd": {
562                "type": "object",
563                "properties": {
564                  "ACTOR_COMPUTE_UNITS": {
565                    "type": "integer",
566                    "example": 0
567                  },
568                  "DATASET_READS": {
569                    "type": "integer",
570                    "example": 0
571                  },
572                  "DATASET_WRITES": {
573                    "type": "integer",
574                    "example": 0
575                  },
576                  "KEY_VALUE_STORE_READS": {
577                    "type": "integer",
578                    "example": 0
579                  },
580                  "KEY_VALUE_STORE_WRITES": {
581                    "type": "number",
582                    "example": 0.00005
583                  },
584                  "KEY_VALUE_STORE_LISTS": {
585                    "type": "integer",
586                    "example": 0
587                  },
588                  "REQUEST_QUEUE_READS": {
589                    "type": "integer",
590                    "example": 0
591                  },
592                  "REQUEST_QUEUE_WRITES": {
593                    "type": "integer",
594                    "example": 0
595                  },
596                  "DATA_TRANSFER_INTERNAL_GBYTES": {
597                    "type": "integer",
598                    "example": 0
599                  },
600                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
601                    "type": "integer",
602                    "example": 0
603                  },
604                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
605                    "type": "integer",
606                    "example": 0
607                  },
608                  "PROXY_SERPS": {
609                    "type": "integer",
610                    "example": 0
611                  }
612                }
613              }
614            }
615          }
616        }
617      }
618    }
619  }
620}

Behance Job Scraper | Fast & Accurate Job Data Extraction 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 Behance Jobs Scraper 💼 | Fast & Accurate Job Data Extraction 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

Rental 

To 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

$10.00