Install
openclaw skills install @dataify-server/dataify-google-videosopenclaw skills install @dataify-server/dataify-google-videosUse this skill to turn a user's Google Videos request into a Dataify Scraper API form submission.
q as the video search query and force engine to google_videos.json: "1", google_domain: "google.com", no_cache: "false", nfpr: "0", and filter: "0". Do not treat examples such as us, en, or true as defaults.DATAIFY_API_TOKEN.python3. Run it from this skill directory, or use the absolute path to scripts/google_videos.py.python3 scripts/google_videos.py --request "search Google videos for electric cars in English" --preview-table
python3 scripts/google_videos.py --q "electric cars" --hl en
For many fields, pass one JSON object with shell-appropriate quoting. The script will still submit form data to the API:
python3 scripts/google_videos.py --params-json '{"q":"electric cars","json":"1","google_domain":"google.com","gl":"us","hl":"en","no_cache":"true"}'
Use references/google_videos_api.md when you need the exact field list, defaults, constraints, or table descriptions.
Core rules:
Content-Type: application/x-www-form-urlencoded.engine to google_videos.q cannot be inferred.uule is present, omit location.Bearer is accepted and prefixed automatically.Common mappings:
json: "1"json: "2"json: "3"json: "4"google_domainglhllocationuulestart: String((N - 1) * 10)tbsno_cache: "true"lr, formatted like lang_frsafe: "active" or safe: "off"nfpr: "1"nfpr: "0"filter: "1"filter: "0"python3 scripts/google_videos.py --help
export for macOS/Linux shells, $env: for Windows PowerShell, or set for Windows Command Prompt). Show other platforms or persistent setup only when detection is ambiguous or the user asks.DATAIFY_API_TOKEN is present; never print its value. If verification succeeds, continue the original task without asking the user to repeat it..env unless the execution path explicitly loads it, and ensure .env is ignored by version control.