๐Ÿ”ฅ Welcome To The Jungle Jobs Scraper avatar
๐Ÿ”ฅ Welcome To The Jungle Jobs Scraper

Pricing

$20.00/month + usage

Go to Store
๐Ÿ”ฅ Welcome To The Jungle Jobs Scraper

๐Ÿ”ฅ Welcome To The Jungle Jobs Scraper

Developed by

Bebity

Bebity

Maintained by Community

โ„น๏ธ Retrieve jobs, articles, & organizations from "Welcome to the Jungle" using this Actor. Precision meets ease in this modern data tool. Perfect for recruiters, jobseekers, & researchers. Your key to the latest job market insights.

0.0 (0)

Pricing

$20.00/month + usage

7

Total users

124

Monthly users

12

Runs succeeded

>99%

Issues response

83 days

Last modified

8 months ago

You can access the ๐Ÿ”ฅ Welcome To The Jungle Jobs Scraper 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.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "CQxW9eWebcUJZ6nTq"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/bebity~welcome-to-the-jungle-jobs-scraper/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-bebity-welcome-to-the-jungle-jobs-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/acts/bebity~welcome-to-the-jungle-jobs-scraper/runs": {
"post": {
"operationId": "runs-sync-bebity-welcome-to-the-jungle-jobs-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor and returns information about the initiated run in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/bebity~welcome-to-the-jungle-jobs-scraper/run-sync": {
"post": {
"operationId": "run-sync-bebity-welcome-to-the-jungle-jobs-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
"schemas": {
"inputSchema": {
"type": "object",
"required": [
"action",
"maxRows"
],
"properties": {
"action": {
"title": "๐Ÿš€ Action",
"enum": [
"get-jobs",
"get-promoted-jobs",
"get-articles",
"get-organizations"
],
"type": "string",
"description": "Select an action to perform",
"default": "get-jobs"
},
"maxRows": {
"title": "# Max rows",
"type": "integer",
"description": "Select max rows to return",
"default": 1000
},
"query": {
"title": "๐Ÿ”Ž Query",
"type": "string",
"description": "Enter a query to search"
},
"orderBy": {
"title": "๐Ÿ”ƒ Order by (for get items only)",
"enum": [
"published_at",
"pertinance"
],
"type": "string",
"description": "Select an order"
},
"sector": {
"title": "๐Ÿ‘€ Company sector filter",
"enum": [
"global_architecture",
"architecture__development_design",
"architecture__architecture",
"global_association_ngo",
"association_ngo__association",
"association_ngo__ngo",
"association_ngo__fondation",
"global_bank_insurance_finance",
"bank_insurance_finance__bank",
"bank_insurance_finance__insurance",
"bank_insurance_finance__finance",
"bank_insurance_finance__fintech_insuretech",
"global_conseil_audit",
"conseil_audit__it_digital",
"conseil_audit__strategy",
"conseil_audit__audit",
"conseil_audit__organization_management",
"conseil_audit__transformation",
"conseil_audit__comptability",
"conseil_audit__digital_marketing",
"conseil_audit__transactions_services",
"conseil_audit__supply_chain",
"global_culture_media_divertissement",
"culture_media_divertissement__sport",
"culture_media_divertissement__media",
"culture_media_divertissement__entertainment",
"culture_media_divertissement__video_game",
"culture_media_divertissement__edition",
"culture_media_divertissement__music",
"culture_media_divertissement__cinema",
"culture_media_divertissement__press",
"culture_media_divertissement__radio",
"culture_media_divertissement__museum",
"culture_media_divertissement__theatre",
"culture_media_divertissement__rand_game",
"culture_media_divertissement__art",
"global_distribution",
"distribution__ecom",
"distribution__big",
"distribution__selective",
"global_eduction",
"eduction__recrutment",
"eduction__formation",
"eduction__school",
"eduction__edtech",
"eduction__hr",
"global_food_drink",
"food_drink__big_consumption",
"food_drink__restaurant",
"food_drink__food_tech",
"food_drink__drink",
"food_drink__epicerie",
"food_drink__artisan",
"global_hostelry_tourism",
"hostelry_tourism__tourism",
"hostelry_tourism__hostelry",
"hostelry_tourism__hobbies",
"global_real_estate",
"real_estate__comercial",
"real_estate__residential",
"global_industry",
"industry__energy",
"industry__batiment",
"industry__spacial",
"industry__electronic",
"industry__automobile",
"industry__metal",
"industry__pharmaceutical",
"industry__alimentation",
"industry__railway",
"global_ingeneering",
"ingeneering__ingeneering",
"ingeneering__study_office",
"global_legal",
"legal__legal",
"legal__justice",
"global_transport_mobility",
"transport_mobility__mobility",
"transport_mobility__transport",
"transport_mobility__logistic",
"global_mode_luxe",
"mode_luxe__mode",
"mode_luxe__luxe",
"mode_luxe__cosmetic",
"mode_luxe__art_of_living",
"mode_luxd__jewelry",
"global_publicity",
"publicity__digital",
"publicity__publicity",
"publicity__communication",
"publicity__event",
"publicity__adtech_martech",
"publicity__design",
"publicity__public_relation",
"global_health_environment",
"health_environment__environment",
"health_environment__health",
"health_environment__service",
"health_environment__socialtech_greentech",
"health_environment__colaborative_economy",
"global_public_service",
"public_service__public_administration",
"public_service__public_collectivite",
"public_service__school_administration",
"public_service__syndicat",
"global_service_for_company",
"service_for_company__follow",
"service_for_company__incubator",
"service_for_company__conciergerie",
"service_for_company__coworking",
"global_tech",
"tech__software",
"tech__saas",
"tech__big_data",
"tech__cybersecurity",
"tech__mobile",
"tech__ia",
"tech__iot",
"tech__robotic",
"tech__blockchain"
],
"type": "string",
"description": "Select company sector"
},
"profession": {
"title": "๐Ÿ‘จโ€๐Ÿญ Profession filter",
"enum": [
"global_audit_finance_insurance",
"audit_finance_insurance__corporate_finance",
"audit_finance_insurance__other",
"audit_finance_insurance__audit_consolidation_transaction",
"audit_finance_insurance__finance_market",
"audit_finance_insurance__actuariat",
"audit_finance_insurance__invest_founds",
"global_business",
"business__comercial",
"business__business_development",
"business__buyeur",
"business__account_manager",
"business__other",
"global_conseil",
"conseil__other",
"conseil__moa_it",
"conseil__management_organization",
"conseil__digital",
"conseil__strategy",
"conseil__innovation",
"global_creation",
"creation__other",
"creation__ux_design",
"creation__graphism_illusatration",
"creation__video",
"creation__direction",
"creation__ui_design",
"creation__motion_design",
"global_hostelerie_restaurant",
"hostelerie_restaurant__service",
"hostelerie_restaurant__kitchen",
"hostelerie_restaurant__reception",
"hostelerie_restaurant__floors",
"hostelerie_restaurant__patisserie",
"global_real_estate",
"real_estate__other",
"real_estate__negociation",
"real_estate__batiment_works",
"real_estate__gestion",
"real_estate__finance",
"global_industry",
"industry__other",
"industry__maintenance_technician",
"industry__production_operator",
"industry__worker",
"industry__quality",
"industry__production_maintainer",
"industry__production_manager",
"industry__reglementation_supervisor",
"global_marketing_communication",
"marketing_communication__other",
"marketing_communication__marketing",
"marketing_communication__communication",
"marketing_communication__community_manager",
"marketing_communication__events",
"marketing_communication__seo_sem",
"marketing_communication__operational_marketing",
"marketing_communication__strategy",
"marketing_communication__traffic_manager",
"marketing_communication__development",
"marketing_communication__press_relations",
"global_media",
"media__other",
"media__project_manager",
"media__redactor",
"media__journalist",
"media__press_supervisor",
"media__media_planner",
"media__planning_strategy",
"global_mode",
"mode__collection_director",
"mode__other",
"mode__buys",
"mode__stylist",
"mode__artistic_director",
"mode__confection",
"mode__model",
"mode__group_manager",
"mode__product_owner",
"global_customer_relation",
"customer_relation__other",
"customer_relation__customer_success",
"customer_relation__support",
"global_retails",
"retails__other",
"retails__sales",
"retails__store_worker",
"retails__buying_logistic",
"retails__sales_manager",
"retails__store_manager",
"retails__visual_marchandising",
"retails__formation_manager",
"global_health_social",
"health_social__other",
"health_social__nurse",
"health_social__doctor",
"health_social__caregiver",
"health_social__social_life_assistant",
"global_support",
"support__other",
"support__operations",
"support__law",
"support__rh_formation",
"support__comptability",
"support__general_services_office_manager",
"support__recuitment",
"support__secretary",
"support__gestion_control",
"support__finance_gestion",
"global_tech",
"tech__other",
"tech__project_po",
"tech__dev_fullstack",
"tech__devops_infra",
"tech__telecom_networks",
"tech__r",
"tech__dev_backend",
"tech__data_engineer",
"tech__security",
"tech__data_science",
"tech__dev_frontend",
"tech__data_analyst",
"tech__qa",
"tech__hardware",
"tech__dev_mobile",
"tech__dev_iot",
"tech__electronic",
"global_tourism",
"tourism__travel_conseil",
"tourism__production",
"tourism__transport",
"tourism__travel_technicien"
],
"type": "string",
"description": "Select profession"
},
"remote": {
"title": "๐Ÿ„โ€โ™‚๏ธ Job work type (remote or not)",
"enum": [
"fulltime",
"partial",
"punctual",
"no"
],
"type": "string",
"description": "Work type (remote or not)"
},
"contractType": {
"title": "โŒ› Contract type",
"enum": [
"APPRENTICESHIP",
"FREELANCE",
"FULL_TIME",
"GRADUATE_PROGRAM",
"IDV",
"INTERNSHIP",
"OTHER",
"PART_TIME",
"TEMPORARY",
"VIE",
"VOLUNTEER"
],
"type": "string",
"description": "Select contract type"
},
"employeeNumber": {
"title": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Company employees number range",
"enum": [
"0 TO 15",
"15 TO 50",
"50 TO 250",
"250 TO 2000",
">= 2000"
],
"type": "string",
"description": "Select employee number range"
},
"experienceLevel": {
"title": "๐Ÿง‘โ€๐ŸŽ“ Job required experience level in years",
"enum": [
"UNKNOWN",
"0 TO 1",
"1 TO 3",
"3 TO 5",
"5 TO 10",
">= 10"
],
"type": "string",
"description": "Select experience level in years"
},
"language": {
"title": "๐Ÿ‡ฆ๐Ÿ‡จ Job language",
"enum": [
"cs",
"de",
"en",
"es",
"fi",
"fr",
"he",
"it",
"nl",
"pl",
"pt",
"sk",
"zh"
],
"type": "string",
"description": "Select job language"
}
}
},
"runsResponseSchema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"actId": {
"type": "string"
},
"userId": {
"type": "string"
},
"startedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"finishedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"status": {
"type": "string",
"example": "READY"
},
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string",
"example": "API"
},
"userAgent": {
"type": "string"
}
}
},
"stats": {
"type": "object",
"properties": {
"inputBodyLen": {
"type": "integer",
"example": 2000
},
"rebootCount": {
"type": "integer",
"example": 0
},
"restartCount": {
"type": "integer",
"example": 0
},
"resurrectCount": {
"type": "integer",
"example": 0
},
"computeUnits": {
"type": "integer",
"example": 0
}
}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"example": "latest"
},
"timeoutSecs": {
"type": "integer",
"example": 300
},
"memoryMbytes": {
"type": "integer",
"example": 1024
},
"diskMbytes": {
"type": "integer",
"example": 2048
}
}
},
"buildId": {
"type": "string"
},
"defaultKeyValueStoreId": {
"type": "string"
},
"defaultDatasetId": {
"type": "string"
},
"defaultRequestQueueId": {
"type": "string"
},
"buildNumber": {
"type": "string",
"example": "1.0.0"
},
"containerUrl": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "integer",
"example": 1
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
},
"usageTotalUsd": {
"type": "number",
"example": 0.00005
},
"usageUsd": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "number",
"example": 0.00005
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
}
}
}
}
}
}
}
}

๐Ÿ”ฅ Welcome To The Jungle Jobs 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 ๐Ÿ”ฅ Welcome To The Jungle Jobs 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: