Install
openclaw skills install dataify-google-playWhen the user requests "call Google Play" or "app store search/ranking", or explicitly mentions the Google Play search field, the dataify-google-play skill is triggered.
openclaw skills install dataify-google-playUse this skill to turn a user's Google Play request into a Dataify Scraper API call.
Before every real API call, follow this confirmation flow. These rules override any older workflow order in this skill.
engine value.pizza, us, en, dates, airport codes, or tokens as defaults.Authorization. Include the complete body field list from this skill's reference document, including engine, even when a field is currently blank.参数名, 当前值, 默认值, 说明.DATAIFY_API_TOKEN.Use the bundled preview helper whenever possible to generate the confirmation table from this skill's reference document:
python3 scripts/preview_params.py --params-json '{"q":"USER_QUERY"}'
Pass every parsed current value to preview_params.py using --params-json or matching --field value arguments. The helper reads defaults and descriptions from references/*api.md; if the helper cannot parse a default, leave the default blank rather than inventing one.
9. After confirmation and token handling, call the bundled Python script with python3 and return the API response body directly without summarizing, extracting, cleaning, translating, or reshaping it.
q as the app-store search query and set engine to google_play.DATAIFY_API_TOKEN.json: "1" unless the user asks for another output format. Do not treat example values in the API docs as defaults.参数名, 当前值, 默认值, 说明. Include every request field from references/google_play_api.md, including engine. Then ask the user whether to modify parameters. Only call the API after the user confirms.python3. Run it from this skill directory, or use the absolute path to scripts/google_play.py.python3 scripts/google_play.py --q "meditation app" --gl us --hl en --json 1
For many fields, pass one JSON object with shell-appropriate quoting:
python3 scripts/google_play.py --params-json '{"q":"meditation app","gl":"us","hl":"en","json":"1"}'
To preview the normalized payload for the required confirmation table, use --dry-run:
python3 scripts/google_play.py --request "搜索美国 Google Play 上的冥想 app,英文,JSON" --dry-run
If the user provided a token in the conversation instead of an environment variable, pass it with --token and avoid echoing it back in the final answer:
python3 scripts/google_play.py --token "USER_TOKEN" --q "meditation app" --gl us --hl en
Use references/google_play_api.md when you need the exact field list, defaults, and parameter values.
Core rules:
Content-Type: application/x-www-form-urlencoded.engine to google_play.q cannot be inferred and the request is not a category/chart/device-only request supported by the user's provided fields.Bearer is accepted and prefixed automatically.next_page_token, section_page_token, see_more_token, and chart together.store_device together with apps_category or q.age only when apps_category is FAMILY.Common mappings:
json: "1"json: "2"json: "3"json: "4"qglhlapps_categorynext_page_tokensection_page_tokenchartsee_more_tokenstore_deviceapps_category: "FAMILY"age: "AGE_RANGE1"age: "AGE_RANGE2"age: "AGE_RANGE3"no_cache: "true"