google_shorts
Retrieve Google Shorts search results including thumbnails, GIF previews, account names, and publication dates. Supports pagination via offset.
Instructions
Retrieves Google Shorts (short video) search results with thumbnails, GIF previews, account names, and publication dates. [Credits: Not specified in documentation] Notes: Pagination is offset-based via start, unlike most other endpoints in this category which use page. Returns: { short_videos_results: [{title, source, thumbnail, gif_url, account_name, date}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lr | No | Limit search to one or multiple languages, formatted lang_{language code}. | |
| tbs | No | Advanced parameter ('to be searched') to filter search results. | |
| html | No | Return the full HTML of the Google page. (default: false) | |
| nfpr | No | Set 1 to exclude auto-corrected/misspelled-query results, 0 to include them. (default: 0) | |
| safe | No | Adult content filter. Allowed values: active, off. (default: off) | |
| uule | No | Encoded geographic location/locale to tailor results, e.g. w+CAIQIFJlbGF5IFN0YXRlcw==. | |
| query | Yes | Google query. Example: query=shoes | |
| start | No | Number of results to skip for pagination, e.g. start=12 skips the first 12 results. | |
| domain | No | Google domain for local results, e.g. google.co.in for India, google.co.uk for the UK. (default: google.com) | |
| country | No | Two-letter country code for the Google search (e.g. US, UK, FR). (default: us) | |
| language | No | Language of the results, e.g. en, es, fr, de. (default: en) |