VOOZH about

URL: https://apify.com/web.harvester/google-videos-scraper/api

⇱ Google Search Videos Scraper API Β· Apify


Pricing

$4.00/month + usage

Go to Apify Store

Google Search Videos Scraper

This Google Search Videos Scraper enables you to scrape Google Search Engine Results Pages (SERPs) for videos result. Select a country or language, extract custom attributes, and download your data; no coding is needed.

Pricing

$4.00/month + usage

Rating

2.0

(1)

Developer

πŸ‘ Web Harvester

Web Harvester

Maintained by Community

Actor stats

6

Bookmarked

167

Total users

2

Monthly active users

2 years ago

Last modified

Categories

Share

You might also like

Google Search Results Scraper

bhansalisoft/google-search-results-scraper

Scrape Google Search Engine Results Pages (SERPs). Enter keyword and Select the country and extract organic and paid results from google.

Google Search Scraper

microworlds/google-search-scraper

Scrape Google Search pages

Google Search Result Scrapper

getdataforu/google-search-result-scrapper-cheaper

Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, AI Mode, AI overviews, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export data, run the scraper via API, schedule runs, or integrate with other tools.

33

5.0

Google Search Results Scraper

apify/google-search-scraper

Scrape Google Search Engine Results Pages (SERPs). Select the country or language and extract organic and paid results, AI Mode, AI overviews, ads, queries, People Also Ask, prices, reviews, like a Google SERP API. Export data, run the scraper via API, schedule runs, or integrate with other tools.

Google Search Results Scraper

scrapapi/google-search-results-scraper

Extract Google search results for any keyword using this scraper. Collect titles, URLs, descriptions, rankings, and featured snippets from SERPs. Useful for SEO research, keyword tracking, competitor analysis, and monitoring search result changes across Google queries.

Google Search Results Scraper

crawlerbros/google-search-results-scraper

Scrape Google Search result pages (SERPs) and extract structured data: organic results, paid ads, related queries, and People Also Ask. Supports country/language targeting, time filters, pagination, and CSV-friendly output.

47

5.0

Google Search Results Scraper

scrapier/google-search-results-scraper

Extract search result data from Google with the Google Search Results Scraper. Collect titles, URLs, descriptions, rankings, and other result details in structured format. Ideal for SEO analysis, keyword research, competitor monitoring, and gathering web data from search pages.

Google Search

ethereal_wool/google-search

enter search term to search for google results

85

1.0

Google Search Scraper

mina_safwat/Google-Search-Scraper

The fastest Google Search scraper availableβ€”perfect if you need to scrape Google Search results quickly and efficiently.

Related articles

How to scrape Google search results
Read more
Top 5 Google Image Search APIs to extract web image data
Read more
How to scrape Google Images in 4 steps
Read more

You can access the Google Search Videos Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "queries": "Cars",
< "maxPagesPerQuery": 1,
< "resultsPerPage": 100,
< "countryCode": "us",
< "languageCode": "en"
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/web.harvester~google-videos-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Google Search Videos Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Google Search Videos Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/web.harvester~google-videos-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/web.harvester~google-videos-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/web.harvester~google-videos-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Google Search Videos Scraper API programmatically via the Apify API.

You can choose from:

Google Search Videos Scraper API in Python

Google Search Videos Scraper API in JavaScript

Google Search Videos Scraper API through CLI

Google Search Videos Scraper OpenAPI definition

You can start Google Search Videos Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Google Search Videos Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Google Search Videos Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.