← Back to Skills Marketplace
dataify-server

Dataify Google Shopping Keywords

by dataify-server · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
17
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dataify-google-shopping-keywords
Description
Collect Google Shopping product information through Dataify Scraper API by keyword. Use when the user asks to gather, scrape, crawl, fetch, extract, or colle...
README (SKILL.md)

Dataify Google Shopping Keywords

Use this skill to create Google Shopping keyword collection tasks through Dataify's builder endpoint.

Required Workflow

  1. Use the google_shopping_by-keywords spider when the user wants to collect product information by keyword.
  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 Python launcher commands.
  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 keywords or multiple parameter objects, 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 confirmed 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 https://dataify.com/login. If you already have one, open https://dataify.com/dashboard/ 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, taskIdList, tasks_id, TasksID, id, status, data.task_id, data.id, or data.status. Then remind the user to view task details in the official dashboard: https://dataify.com/dashboard/

Parameter Preview

Use the preview helper whenever possible:

python scripts/preview_params.py --keyword iphone

For multiple parameter sets, pass the exact JSON array:

python scripts/preview_params.py --parameters-json '[{"keyword":"iphone"},{"keyword":"ipad"}]'

API Call

Use the call helper after confirmation and token handling:

python scripts/google_shopping_keywords.py --keyword iphone
python scripts/google_shopping_keywords.py --parameters-json '[{"keyword":"iphone"},{"keyword":"ipad"}]'

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/google_shopping_keywords.py --token "USER_TOKEN" --keyword iphone

Tool

Mode Spider ID Required parameters Default spider_parameters
keyword google_shopping_by-keywords keyword [{"keyword":"iphone"}]

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

The user mentioned a Google country parameter, but the provided API mapping does not include a confirmed request field or default value for it. Do not include a country field in spider_parameters unless the user provides the exact API field name supported by Dataify for this spider.

Fixed Request Fields

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

Field Value
spider_name google.com
spider_id google_shopping_by-keywords
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
Review before installing. Use it only for Dataify Google Shopping keyword collection, avoid invoking it for Instagram tasks, and prefer providing the Dataify token through a protected environment variable rather than a command-line --token argument.
Capability Assessment
Purpose & Capability
The scripts and workflow are for Google Shopping keyword collection through Dataify, but the manifest description also advertises Instagram Reel scraping triggers that the implementation does not support.
Instruction Scope
The runtime workflow requires user confirmation before API calls and restricts the spider ID, but the broad activation text can cause the skill to be invoked for unrelated tasks.
Install Mechanism
The artifact contains Markdown, YAML metadata, and two small Python helper scripts with no package installation hooks or hidden installer behavior observed.
Credentials
Calling Dataify's external API is purpose-aligned, but handling the Dataify API token through a command-line argument is broader exposure than needed for a credential.
Persistence & Privilege
No background persistence or privilege escalation was found; the skill asks before saving DATAIFY_API_TOKEN, but it does not define a secure storage mechanism.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dataify-google-shopping-keywords
  3. After installation, invoke the skill by name or use /dataify-google-shopping-keywords
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Dataify Google Shopping Keywords skill. - Enables collection of Google Shopping product information by keyword using the Dataify Scraper API. - Guides users through required parameters, parameter confirmation (with Markdown tables), and task creation workflow. - Supports multi-keyword and multi-parameter requests. - Handles Dataify API token securely, with clear prompts for missing or saving tokens. - Explains helper scripts for parameter preview and API calls. - Reports task creation status and provides dashboard link for results.
Metadata
Slug dataify-google-shopping-keywords
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dataify Google Shopping Keywords?

Collect Google Shopping product information through Dataify Scraper API by keyword. Use when the user asks to gather, scrape, crawl, fetch, extract, or colle... It is an AI Agent Skill for Claude Code / OpenClaw, with 17 downloads so far.

How do I install Dataify Google Shopping Keywords?

Run "/install dataify-google-shopping-keywords" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dataify Google Shopping Keywords free?

Yes, Dataify Google Shopping Keywords is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dataify Google Shopping Keywords support?

Dataify Google Shopping Keywords is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dataify Google Shopping Keywords?

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

💬 Comments