Dataify Booking Hotellist
/install dataify-booking-hotellist
Dataify Booking Hotel Info
Use this skill to create Booking hotel information collection tasks through Dataify's builder endpoint.
Required Workflow
- Use the
booking_hotellist_by-urlspider when the user wants to collect Booking hotel information from one or more Booking URLs. - Check the local Python runtime before calling scripts. Prefer
python; usepython3if that is the available Python command. Require Python 3 or newer. Do not use version-specific commands such aspy -3.10. - Tell the user which parameters are required and what the defaults are. Ask whether any values should be changed.
- Ask whether the user wants to collect multiple parameter sets. If yes, collect multiple
spider_parametersobjects for the same spider ID. If the user already supplied multiple Booking URLs, treat that as a multiple-set request. - 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. - 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. - Ask the user whether any value should be changed. Do not call the API until the user explicitly confirms the table.
- Check for the Dataify API token only after parameter confirmation. Prefer a token explicitly provided by the user, then
DATAIFY_API_TOKENfrom the environment. - 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. - If the user provides a token and
DATAIFY_API_TOKENis not already saved locally, ask whether to save it asDATAIFY_API_TOKEN. Save it only after explicit consent and never echo the token back. - 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, ordata.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 --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"
For multiple parameter sets, pass the exact JSON array:
python scripts/preview_params.py --parameters-json '[{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"},{"url":"https://www.booking.com/hotel/us/example.en-gb.html"}]'
API Call
Use the call helper after confirmation and token handling:
python scripts/booking_hotellist.py --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"
python scripts/booking_hotellist.py --parameters-json '[{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"},{"url":"https://www.booking.com/hotel/us/example.en-gb.html"}]'
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/booking_hotellist.py --token "USER_TOKEN" --url "https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"
Tool
| Mode | Spider ID | Required parameters | Default spider_parameters |
|---|---|---|---|
by-url |
booking_hotellist_by-url |
url |
[{"url":"https://www.booking.com/hotel/gb/westlands-of-pitlochry.en-gb.html#tab-main"}] |
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 |
booking.com |
spider_id |
booking_hotellist_by-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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dataify-booking-hotellist - After installation, invoke the skill by name or use
/dataify-booking-hotellist - Provide required inputs per the skill's parameter spec and get structured output
What is Dataify Booking Hotellist?
Collect Booking hotel information through Dataify Scraper API. Use when the user asks to gather, scrape, crawl, fetch, extract, or collect Booking hotel info... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Dataify Booking Hotellist?
Run "/install dataify-booking-hotellist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dataify Booking Hotellist free?
Yes, Dataify Booking Hotellist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dataify Booking Hotellist support?
Dataify Booking Hotellist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dataify Booking Hotellist?
It is built and maintained by dataify-server (@dataify-server); the current version is v1.0.0.