← Back to Skills Marketplace
dataify-server

dataify-indeed-job-listings

by dataify-server · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install dataify-indeed-job-listings
Description
Collect Indeed job listings through Dataify Scraper API. Use when the user asks to gather, scrape, crawl, fetch, extract, or collect Indeed job listing/job p...
README (SKILL.md)

Dataify Indeed Job Listings

Use this skill to create Indeed job listing collection tasks through Dataify's builder endpoint.

Required Workflow

  1. Use the indeed_job-listings_by-job-url spider when the user wants to collect Indeed job listings, job postings, job information, or data from an Indeed job URL.
  2. Check the local Python runtime before calling scripts. Prefer python; use python3 if that is the available Python command. Require Python 3 or newer. Do not use version-specific commands such as py -3.10.
  3. Tell the user which parameters are required and what the defaults are. Ask whether any values should be changed.
  4. Ask whether the user wants to collect multiple parameter sets. If yes, collect multiple spider_parameters objects for the same spider ID. If the user already supplied multiple job URLs, treat that as a multiple-set request.
  5. Before every real API call, show a Markdown confirmation table with the exact parameters that will be submitted. The table must use these columns: Parameter, Current value, Default value, Required, Description.
  6. If any dropdown fields are added in the future, show all available dropdown values in Markdown tables with exactly these columns: Label, Value. This tool currently has no dropdown fields.
  7. Ask the user whether any value should be changed. Do not call the API until the user explicitly confirms the table.
  8. Check for the Dataify API token only after parameter confirmation. Prefer a token explicitly provided by the user, then DATAIFY_API_TOKEN from the environment.
  9. If no token is available, tell the user: Missing Dataify API token. Provide a token, or log in/register at Dataify If you already have one, open Dataify and copy the API TOKEN from the top-right area.
  10. If the user provides a token and DATAIFY_API_TOKEN is not already saved locally, ask whether to save it as DATAIFY_API_TOKEN. Save it only after explicit consent and never echo the token back.
  11. After the API call, report the collection task ID and status. Look for common response fields such as task_id, taskId, id, status, data.task_id, data.id, or data.status. Then remind the user to view task details in the official dashboard: Dataify

Parameter Preview

Use the preview helper whenever possible:

python scripts/preview_params.py --job-url "https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"

For multiple parameter sets, pass the exact JSON array:

python scripts/preview_params.py --parameters-json '[{"job_url":"https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"},{"job_url":"https://www.indeed.com/viewjob?jk=example"}]'

API Call

Use the call helper after confirmation and token handling:

python scripts/indeed_job_listings.py --job-url "https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"
python scripts/indeed_job_listings.py --parameters-json '[{"job_url":"https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"},{"job_url":"https://www.indeed.com/viewjob?jk=example"}]'

If the token was provided in the conversation instead of the environment, pass it with --token and do not expose it in user-facing output:

python scripts/indeed_job_listings.py --token "USER_TOKEN" --job-url "https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"

Tool

Mode Spider ID Required parameters Default spider_parameters
job-url indeed_job-listings_by-job-url job_url [{"job_url":"https://fr.indeed.com/viewjob?jk=55b3e5dfa0c2ff66"}]

Every request also accepts file_name. If omitted, use {{TasksID}}.

Fixed Request Fields

Always submit to https://scraperapi.dataify.com/builder?platform=1 with:

Field Value
spider_name indeed.com
spider_id indeed_job-listings_by-job-url
spider_parameters JSON array of one or more parameter objects
spider_errors true
file_name User value, otherwise {{TasksID}}

Send parameters as form data. Keep spider_parameters as a JSON string inside the form body.

Usage Guidance
Install only if you intend to send Indeed job URLs to Dataify. Prefer setting DATAIFY_API_TOKEN through a secure local secret mechanism or environment variable instead of passing it with --token, and review the confirmation table before approving any API call.
Capability Assessment
Purpose & Capability
The skill, helper scripts, and metadata consistently describe creating Dataify Indeed job-listing collection tasks using a fixed Dataify builder endpoint and user-confirmed job URL parameters.
Instruction Scope
The workflow requires a parameter confirmation table before real API calls and limits behavior to the Indeed job-listings spider, though it can use a sample default job URL if the user confirms without providing one.
Install Mechanism
The artifact contains Markdown instructions, a small agent YAML file, and Python helper scripts; there are no install hooks, package installs, background workers, or automatic execution paths.
Credentials
Reading DATAIFY_API_TOKEN and making an outbound request to scraperapi.dataify.com are proportionate to the stated API-integration purpose, but those permissions are not explicitly declared in manifest metadata.
Persistence & Privilege
There is no privilege escalation or autonomous persistence, but the documentation discusses saving DATAIFY_API_TOKEN locally and includes a command-line --token path that can expose secrets through process arguments or shell history.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dataify-indeed-job-listings
  3. After installation, invoke the skill by name or use /dataify-indeed-job-listings
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
补全中文文档,更新目录结构
Metadata
Slug dataify-indeed-job-listings
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is dataify-indeed-job-listings?

Collect Indeed job listings through Dataify Scraper API. Use when the user asks to gather, scrape, crawl, fetch, extract, or collect Indeed job listing/job p... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install dataify-indeed-job-listings?

Run "/install dataify-indeed-job-listings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is dataify-indeed-job-listings free?

Yes, dataify-indeed-job-listings is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does dataify-indeed-job-listings support?

dataify-indeed-job-listings is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created dataify-indeed-job-listings?

It is built and maintained by dataify-server (@dataify-server); the current version is v1.1.0.

💬 Comments