M⭕NSTER Extractor avatar
M⭕NSTER Extractor

Pricing

$25.00/month + usage

Go to Store
M⭕NSTER Extractor

M⭕NSTER Extractor

jupri/monster-scraper

Developed by

cat

Maintained by Community

💫 Scrape Monster.com

5.0 (1)

Pricing

$25.00/month + usage

3

Monthly users

8

Runs succeeded

>99%

Last modified

22 days ago

You can access the M⭕NSTER Extractor 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": "krRPmR0yRoj5yyJn0"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~monster-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-monster-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~monster-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-monster-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~monster-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-monster-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          "portal": {
140            "title": "🌐 Portal",
141            "enum": [
142              "en-us",
143              "en-gb",
144              "en-be",
145              "fr-be",
146              "nl-be",
147              "en-ca",
148              "fr-ca",
149              "de-de",
150              "es-es",
151              "fr-fr",
152              "en-ie",
153              "de-lu",
154              "en-lu",
155              "fr-lu",
156              "nl-nl",
157              "de-at",
158              "de-ch",
159              "fr-ch",
160              "it-it",
161              "sv-se"
162            ],
163            "type": "string",
164            "description": ""
165          },
166          "limit": {
167            "title": "♾️ Limit",
168            "type": "integer",
169            "description": "Number of results"
170          },
171          "location": {
172            "title": "Location",
173            "type": "string",
174            "description": ""
175          },
176          "types": {
177            "title": "Job Type",
178            "type": "array",
179            "description": "",
180            "items": {
181              "type": "string",
182              "enum": [
183                "REMOTE",
184                "FULL_TIME",
185                "PART_TIME",
186                "CONTRACT",
187                "INTERN",
188                "TEMP"
189              ],
190              "enumTitles": [
191                "Remote",
192                "Full-Time",
193                "Part-Time",
194                "Contract",
195                "Internship",
196                "Temporary"
197              ]
198            }
199          },
200          "post_date": {
201            "title": "Date Posted",
202            "enum": [
203              "TODAY",
204              "LAST_2_DAYS",
205              "LAST_WEEK",
206              "LAST_2_WEEKS",
207              "LAST_MONTH"
208            ],
209            "type": "string",
210            "description": ""
211          },
212          "distance": {
213            "title": "Distance",
214            "type": "integer",
215            "description": ""
216          },
217          "distance_unit": {
218            "title": "",
219            "enum": [
220              "mi",
221              "km"
222            ],
223            "type": "string",
224            "description": ""
225          },
226          "dev_proxy_config": {
227            "title": "🌐 PROXY NETWORKING",
228            "type": "object",
229            "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>"
230          },
231          "dev_custom_headers": {
232            "title": "📜 HTTP HEADERS",
233            "type": "array",
234            "description": "💡 Additional HTTP Headers",
235            "items": {
236              "type": "object",
237              "required": [
238                "key",
239                "value"
240              ],
241              "properties": {
242                "key": {
243                  "type": "string",
244                  "title": "Key"
245                },
246                "value": {
247                  "type": "string",
248                  "title": "Value"
249                }
250              }
251            }
252          },
253          "dev_custom_cookies": {
254            "title": "🍰 HTTP COOKIES",
255            "type": "array",
256            "description": "💡 Additional HTTP Cookies",
257            "items": {
258              "type": "object",
259              "required": [
260                "key",
261                "value"
262              ],
263              "properties": {
264                "key": {
265                  "type": "string",
266                  "title": "Key"
267                },
268                "value": {
269                  "type": "string",
270                  "title": "Value"
271                }
272              }
273            }
274          },
275          "dev_transform_fields": {
276            "title": "♻️ CUSTOM FIELD",
277            "type": "array",
278            "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>",
279            "items": {
280              "type": "object",
281              "required": [
282                "key",
283                "value"
284              ],
285              "properties": {
286                "key": {
287                  "type": "string",
288                  "title": "Key"
289                },
290                "value": {
291                  "type": "string",
292                  "title": "Value"
293                }
294              }
295            }
296          },
297          "dev_dataset_name": {
298            "title": "📁 CUSTOM STORAGE",
299            "type": "string",
300            "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>"
301          },
302          "dev_dataset_clear": {
303            "title": "Clear Storage",
304            "type": "boolean",
305            "description": "Clear Dataset before insert/update."
306          },
307          "dev_no_strip": {
308            "title": "Disable data cleansing",
309            "type": "boolean",
310            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
311          }
312        }
313      },
314      "runsResponseSchema": {
315        "type": "object",
316        "properties": {
317          "data": {
318            "type": "object",
319            "properties": {
320              "id": {
321                "type": "string"
322              },
323              "actId": {
324                "type": "string"
325              },
326              "userId": {
327                "type": "string"
328              },
329              "startedAt": {
330                "type": "string",
331                "format": "date-time",
332                "example": "2025-01-08T00:00:00.000Z"
333              },
334              "finishedAt": {
335                "type": "string",
336                "format": "date-time",
337                "example": "2025-01-08T00:00:00.000Z"
338              },
339              "status": {
340                "type": "string",
341                "example": "READY"
342              },
343              "meta": {
344                "type": "object",
345                "properties": {
346                  "origin": {
347                    "type": "string",
348                    "example": "API"
349                  },
350                  "userAgent": {
351                    "type": "string"
352                  }
353                }
354              },
355              "stats": {
356                "type": "object",
357                "properties": {
358                  "inputBodyLen": {
359                    "type": "integer",
360                    "example": 2000
361                  },
362                  "rebootCount": {
363                    "type": "integer",
364                    "example": 0
365                  },
366                  "restartCount": {
367                    "type": "integer",
368                    "example": 0
369                  },
370                  "resurrectCount": {
371                    "type": "integer",
372                    "example": 0
373                  },
374                  "computeUnits": {
375                    "type": "integer",
376                    "example": 0
377                  }
378                }
379              },
380              "options": {
381                "type": "object",
382                "properties": {
383                  "build": {
384                    "type": "string",
385                    "example": "latest"
386                  },
387                  "timeoutSecs": {
388                    "type": "integer",
389                    "example": 300
390                  },
391                  "memoryMbytes": {
392                    "type": "integer",
393                    "example": 1024
394                  },
395                  "diskMbytes": {
396                    "type": "integer",
397                    "example": 2048
398                  }
399                }
400              },
401              "buildId": {
402                "type": "string"
403              },
404              "defaultKeyValueStoreId": {
405                "type": "string"
406              },
407              "defaultDatasetId": {
408                "type": "string"
409              },
410              "defaultRequestQueueId": {
411                "type": "string"
412              },
413              "buildNumber": {
414                "type": "string",
415                "example": "1.0.0"
416              },
417              "containerUrl": {
418                "type": "string"
419              },
420              "usage": {
421                "type": "object",
422                "properties": {
423                  "ACTOR_COMPUTE_UNITS": {
424                    "type": "integer",
425                    "example": 0
426                  },
427                  "DATASET_READS": {
428                    "type": "integer",
429                    "example": 0
430                  },
431                  "DATASET_WRITES": {
432                    "type": "integer",
433                    "example": 0
434                  },
435                  "KEY_VALUE_STORE_READS": {
436                    "type": "integer",
437                    "example": 0
438                  },
439                  "KEY_VALUE_STORE_WRITES": {
440                    "type": "integer",
441                    "example": 1
442                  },
443                  "KEY_VALUE_STORE_LISTS": {
444                    "type": "integer",
445                    "example": 0
446                  },
447                  "REQUEST_QUEUE_READS": {
448                    "type": "integer",
449                    "example": 0
450                  },
451                  "REQUEST_QUEUE_WRITES": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "DATA_TRANSFER_INTERNAL_GBYTES": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "PROXY_SERPS": {
468                    "type": "integer",
469                    "example": 0
470                  }
471                }
472              },
473              "usageTotalUsd": {
474                "type": "number",
475                "example": 0.00005
476              },
477              "usageUsd": {
478                "type": "object",
479                "properties": {
480                  "ACTOR_COMPUTE_UNITS": {
481                    "type": "integer",
482                    "example": 0
483                  },
484                  "DATASET_READS": {
485                    "type": "integer",
486                    "example": 0
487                  },
488                  "DATASET_WRITES": {
489                    "type": "integer",
490                    "example": 0
491                  },
492                  "KEY_VALUE_STORE_READS": {
493                    "type": "integer",
494                    "example": 0
495                  },
496                  "KEY_VALUE_STORE_WRITES": {
497                    "type": "number",
498                    "example": 0.00005
499                  },
500                  "KEY_VALUE_STORE_LISTS": {
501                    "type": "integer",
502                    "example": 0
503                  },
504                  "REQUEST_QUEUE_READS": {
505                    "type": "integer",
506                    "example": 0
507                  },
508                  "REQUEST_QUEUE_WRITES": {
509                    "type": "integer",
510                    "example": 0
511                  },
512                  "DATA_TRANSFER_INTERNAL_GBYTES": {
513                    "type": "integer",
514                    "example": 0
515                  },
516                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
517                    "type": "integer",
518                    "example": 0
519                  },
520                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
521                    "type": "integer",
522                    "example": 0
523                  },
524                  "PROXY_SERPS": {
525                    "type": "integer",
526                    "example": 0
527                  }
528                }
529              }
530            }
531          }
532        }
533      }
534    }
535  }
536}

Monster.com 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 M⭕NSTER 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:

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

3 days

Price

$25.00