FlexJobs Scraper avatar

FlexJobs Scraper

Try for free

3 days trial then $15.00/month - No credit card required now

Go to Store
FlexJobs Scraper

FlexJobs Scraper

jupri/flexjobs-scraper
Try for free

3 days trial then $15.00/month - No credit card required now

Scrape Flexjobs.com

You can access the FlexJobs Scraper 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.1",
5    "x-build-id": "g1aOBLdC5oGCNM2NM"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~flexjobs-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-flexjobs-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/jupri~flexjobs-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-flexjobs-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/jupri~flexjobs-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-flexjobs-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        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "string",
137            "description": "💡 Search terms"
138          },
139          "location": {
140            "title": "🧭 Location",
141            "type": "array",
142            "description": "",
143            "items": {
144              "type": "string"
145            }
146          },
147          "limit": {
148            "title": "♾️ Limit",
149            "type": "integer",
150            "description": "💡 Number of results"
151          },
152          "remote": {
153            "title": "Remote",
154            "type": "array",
155            "description": "",
156            "items": {
157              "type": "string",
158              "enum": [
159                "1",
160                "2",
161                "3",
162                "4"
163              ],
164              "enumTitles": [
165                "100% Remote Work",
166                "Hybrid Remote Work",
167                "Option for Remote Work",
168                "No Remote Work"
169              ]
170            }
171          },
172          "types": {
173            "title": "Types",
174            "type": "array",
175            "description": "",
176            "items": {
177              "type": "string",
178              "enum": [
179                "1",
180                "2",
181                "3"
182              ],
183              "enumTitles": [
184                "Employee",
185                "Freelance",
186                "Temporary"
187              ]
188            }
189          },
190          "schedule": {
191            "title": "Schedules",
192            "type": "array",
193            "description": "",
194            "items": {
195              "type": "string",
196              "enum": [
197                "1",
198                "2",
199                "3",
200                "4"
201              ],
202              "enumTitles": [
203                "Full-Time",
204                "Part-Time",
205                "Flexible Schedule",
206                "Alternative Schedule"
207              ]
208            }
209          },
210          "level": {
211            "title": "Levels",
212            "type": "array",
213            "description": "",
214            "items": {
215              "type": "string",
216              "enum": [
217                "1",
218                "2",
219                "3",
220                "4"
221              ],
222              "enumTitles": [
223                "Entry-Level",
224                "Experienced",
225                "Manager",
226                "Senior Level Manager"
227              ]
228            }
229          },
230          "education": {
231            "title": "Educations",
232            "type": "array",
233            "description": "",
234            "items": {
235              "type": "string",
236              "enum": [
237                "1",
238                "2",
239                "3",
240                "4",
241                "5"
242              ],
243              "enumTitles": [
244                "No Education Specified",
245                "Associate's Degree or Some College",
246                "Bachelor's/Undergraduate Degree",
247                "Master's Degree",
248                "Doctorate Degree"
249              ]
250            }
251          },
252          "travel": {
253            "title": "Travels",
254            "type": "array",
255            "description": "",
256            "items": {
257              "type": "string",
258              "enum": [
259                "1",
260                "2",
261                "3"
262              ],
263              "enumTitles": [
264                "No",
265                "Yes",
266                "No specification"
267              ]
268            }
269          },
270          "accolade": {
271            "title": "Accolades",
272            "type": "array",
273            "description": "",
274            "items": {
275              "type": "string",
276              "enum": [
277                "1",
278                "2",
279                "3",
280                "4",
281                "5",
282                "6",
283                "7",
284                "8",
285                "9",
286                "10",
287                "11",
288                "12",
289                "13",
290                "14",
291                "15"
292              ],
293              "enumTitles": [
294                "Barrons 400",
295                "Diversity-Friendly",
296                "Flex-Friendly-Cultures",
297                "Flexjobs Top 100 Remote",
298                "Forbes 2000",
299                "Forbes America's Best Employers For Diversity",
300                "Fortune 500",
301                "Great Places To Work Awards",
302                "Human Rights Campaign Best Places To Work",
303                "Military-Friendly",
304                "Other Awards Or Accolades",
305                "Progressive",
306                "Public Companies",
307                "Remote-Friendly-Cultures",
308                "Trusted Reputation Awards"
309              ]
310            }
311          },
312          "titles": {
313            "title": "Titles",
314            "type": "array",
315            "description": "",
316            "items": {
317              "type": "string",
318              "enum": [
319                "1",
320                "2",
321                "3",
322                "4",
323                "5",
324                "6",
325                "7",
326                "8",
327                "9",
328                "10",
329                "11",
330                "12",
331                "13",
332                "14",
333                "15"
334              ],
335              "enumTitles": [
336                "Senior Software Engineer",
337                "Account Executive",
338                "Senior Accountant",
339                "Software Engineer",
340                "Sales Development Representative",
341                "Customer Service Representative",
342                "Senior Product Manager",
343                "Customer Success Manager",
344                "Staff Psychiatrist",
345                "Project Manager",
346                "Account Manager",
347                "Enterprise Account Executive",
348                "Senior Product Designer",
349                "Business Development Representative",
350                "Staff Accountant"
351              ]
352            }
353          },
354          "dev_proxy_config": {
355            "title": "🌐 PROXY NETWORKING",
356            "type": "object",
357            "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
358          },
359          "dev_custom_headers": {
360            "title": "📜 HTTP HEADERS",
361            "type": "array",
362            "description": "💡 Additional HTTP Headers",
363            "items": {
364              "type": "object",
365              "required": [
366                "key",
367                "value"
368              ],
369              "properties": {
370                "key": {
371                  "type": "string",
372                  "title": "Key"
373                },
374                "value": {
375                  "type": "string",
376                  "title": "Value"
377                }
378              }
379            }
380          },
381          "dev_custom_cookies": {
382            "title": "🍰 HTTP COOKIES",
383            "type": "array",
384            "description": "💡 Additional HTTP Cookies",
385            "items": {
386              "type": "object",
387              "required": [
388                "key",
389                "value"
390              ],
391              "properties": {
392                "key": {
393                  "type": "string",
394                  "title": "Key"
395                },
396                "value": {
397                  "type": "string",
398                  "title": "Value"
399                }
400              }
401            }
402          },
403          "dev_transform_fields": {
404            "title": "♻️ CUSTOM FIELD",
405            "type": "array",
406            "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>",
407            "items": {
408              "type": "object",
409              "required": [
410                "key",
411                "value"
412              ],
413              "properties": {
414                "key": {
415                  "type": "string",
416                  "title": "Key"
417                },
418                "value": {
419                  "type": "string",
420                  "title": "Value"
421                }
422              }
423            }
424          },
425          "dev_dataset_name": {
426            "title": "📁 CUSTOM STORAGE",
427            "type": "string",
428            "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>"
429          },
430          "dev_dataset_clear": {
431            "title": "Clear Storage",
432            "type": "boolean",
433            "description": "Clear Dataset before insert/update."
434          },
435          "dev_no_strip": {
436            "title": "Disable data cleansing",
437            "type": "boolean",
438            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
439          }
440        }
441      },
442      "runsResponseSchema": {
443        "type": "object",
444        "properties": {
445          "data": {
446            "type": "object",
447            "properties": {
448              "id": {
449                "type": "string"
450              },
451              "actId": {
452                "type": "string"
453              },
454              "userId": {
455                "type": "string"
456              },
457              "startedAt": {
458                "type": "string",
459                "format": "date-time",
460                "example": "2025-01-08T00:00:00.000Z"
461              },
462              "finishedAt": {
463                "type": "string",
464                "format": "date-time",
465                "example": "2025-01-08T00:00:00.000Z"
466              },
467              "status": {
468                "type": "string",
469                "example": "READY"
470              },
471              "meta": {
472                "type": "object",
473                "properties": {
474                  "origin": {
475                    "type": "string",
476                    "example": "API"
477                  },
478                  "userAgent": {
479                    "type": "string"
480                  }
481                }
482              },
483              "stats": {
484                "type": "object",
485                "properties": {
486                  "inputBodyLen": {
487                    "type": "integer",
488                    "example": 2000
489                  },
490                  "rebootCount": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "restartCount": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "resurrectCount": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "computeUnits": {
503                    "type": "integer",
504                    "example": 0
505                  }
506                }
507              },
508              "options": {
509                "type": "object",
510                "properties": {
511                  "build": {
512                    "type": "string",
513                    "example": "latest"
514                  },
515                  "timeoutSecs": {
516                    "type": "integer",
517                    "example": 300
518                  },
519                  "memoryMbytes": {
520                    "type": "integer",
521                    "example": 1024
522                  },
523                  "diskMbytes": {
524                    "type": "integer",
525                    "example": 2048
526                  }
527                }
528              },
529              "buildId": {
530                "type": "string"
531              },
532              "defaultKeyValueStoreId": {
533                "type": "string"
534              },
535              "defaultDatasetId": {
536                "type": "string"
537              },
538              "defaultRequestQueueId": {
539                "type": "string"
540              },
541              "buildNumber": {
542                "type": "string",
543                "example": "1.0.0"
544              },
545              "containerUrl": {
546                "type": "string"
547              },
548              "usage": {
549                "type": "object",
550                "properties": {
551                  "ACTOR_COMPUTE_UNITS": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "DATASET_READS": {
556                    "type": "integer",
557                    "example": 0
558                  },
559                  "DATASET_WRITES": {
560                    "type": "integer",
561                    "example": 0
562                  },
563                  "KEY_VALUE_STORE_READS": {
564                    "type": "integer",
565                    "example": 0
566                  },
567                  "KEY_VALUE_STORE_WRITES": {
568                    "type": "integer",
569                    "example": 1
570                  },
571                  "KEY_VALUE_STORE_LISTS": {
572                    "type": "integer",
573                    "example": 0
574                  },
575                  "REQUEST_QUEUE_READS": {
576                    "type": "integer",
577                    "example": 0
578                  },
579                  "REQUEST_QUEUE_WRITES": {
580                    "type": "integer",
581                    "example": 0
582                  },
583                  "DATA_TRANSFER_INTERNAL_GBYTES": {
584                    "type": "integer",
585                    "example": 0
586                  },
587                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
588                    "type": "integer",
589                    "example": 0
590                  },
591                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
592                    "type": "integer",
593                    "example": 0
594                  },
595                  "PROXY_SERPS": {
596                    "type": "integer",
597                    "example": 0
598                  }
599                }
600              },
601              "usageTotalUsd": {
602                "type": "number",
603                "example": 0.00005
604              },
605              "usageUsd": {
606                "type": "object",
607                "properties": {
608                  "ACTOR_COMPUTE_UNITS": {
609                    "type": "integer",
610                    "example": 0
611                  },
612                  "DATASET_READS": {
613                    "type": "integer",
614                    "example": 0
615                  },
616                  "DATASET_WRITES": {
617                    "type": "integer",
618                    "example": 0
619                  },
620                  "KEY_VALUE_STORE_READS": {
621                    "type": "integer",
622                    "example": 0
623                  },
624                  "KEY_VALUE_STORE_WRITES": {
625                    "type": "number",
626                    "example": 0.00005
627                  },
628                  "KEY_VALUE_STORE_LISTS": {
629                    "type": "integer",
630                    "example": 0
631                  },
632                  "REQUEST_QUEUE_READS": {
633                    "type": "integer",
634                    "example": 0
635                  },
636                  "REQUEST_QUEUE_WRITES": {
637                    "type": "integer",
638                    "example": 0
639                  },
640                  "DATA_TRANSFER_INTERNAL_GBYTES": {
641                    "type": "integer",
642                    "example": 0
643                  },
644                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
645                    "type": "integer",
646                    "example": 0
647                  },
648                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
649                    "type": "integer",
650                    "example": 0
651                  },
652                  "PROXY_SERPS": {
653                    "type": "integer",
654                    "example": 0
655                  }
656                }
657              }
658            }
659          }
660        }
661      }
662    }
663  }
664}

FlexJobs 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 FlexJobs 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:

Developer
Maintained by Community

Actor Metrics

  • 9 monthly users

  • 3 bookmarks

  • 70% runs succeeded

  • Created in Mar 2024

  • Modified 4 days ago

Categories