SERP Scraper (search, images, videos) avatar
SERP Scraper (search, images, videos)

Pricing

$2.00 / 1,000 results

Go to Store
SERP Scraper (search, images, videos)

SERP Scraper (search, images, videos)

Developed by

blg

blg

Maintained by Community

Industry-leading SERP API, delivering lightning-fast Google search results in 1-2 seconds, at an unbeatable price.

5.0 (1)

Pricing

$2.00 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

13 hours ago

SERP Scraper using Serper.dev API

A powerful and feature-rich SERP (Search Engine Results Page) scraper built with Apify that uses the Serper.dev API to extract Google search results. This scraper supports various search types, countries, languages, date ranges, and pagination.

🚀 Features

  • Multiple Search Types: Web search, images, videos, news and Google Scholar
  • Geo-targeting: Search results for specific countries and locations
  • Language Support: Get results in different languages
  • Date Filtering: Filter results by date ranges (past day, week, month, year)
  • Pagination Support: Scrape multiple pages of results
  • Rich Result Types: Extracts organic results, People Also Ask, related searches, answer boxes, knowledge graphs, and more
  • Comprehensive Output: Structured data with metadata and search parameters
  • Error Handling: Robust error handling with informative error messages

📋 Input Parameters

Required Parameters

  • query (string): Search query (e.g., "apple inc")

Optional Parameters

  • country (string): Country code for search results (e.g., "us" for United States)
  • location (string): Specific location for search results
  • language (string): Language code for search results (e.g., "en" for English)
  • dateRange (string): Date range filter options:
    • "" (empty): Any time
    • "qdr:d": Past day
    • "qdr:w": Past week
    • "qdr:m": Past month
    • "qdr:y": Past year
  • autocorrect (boolean): Enable autocorrect for search query (default: true)
  • resultsNumber (integer): Number of search results to return (1-100, default: 10)
  • page (integer): Page number to start from (default: 1)
  • searchType (string): Type of search to perform:
    • "search": Web search (default)
    • "images": Image search
    • "videos": Video search
    • "news": News search
    • "scholar": Google Scholar search

Example Input

{
"query": "apple inc",
"country": "us",
"language": "en",
"dateRange": "",
"autocorrect": true,
"resultsNumber": 10,
"page": 1,
"searchType": "search"
}

Example Output

{
"type": "organic",
"position": 1,
"title": "Apple Inc. - Official Website",
"link": "https://www.apple.com/",
"domain": "apple.com",
"displayedLink": "https://www.apple.com",
"snippet": "Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV...",
"sitelinks": [
{
"title": "iPhone",
"link": "https://www.apple.com/iphone/"
}
]
}

Images

{
"type": "image",
"position": 1,
"title": "Apple Inc Logo",
"imageUrl": "https://example.com/apple-logo.jpg",
"thumbnailUrl": "https://example.com/apple-logo-thumb.jpg",
"source": "Apple Official",
"domain": "apple.com",
"link": "https://www.apple.com/",
"dimensions": {
"width": 1200,
"height": 800
}
}

News

{
"type": "news",
"position": 1,
"title": "Apple Announces New Product Launch",
"link": "https://example.com/apple-news",
"snippet": "Apple Inc. today announced its latest product innovations...",
"source": "Tech News",
"date": "2024-01-15",
"imageUrl": "https://example.com/news-image.jpg"
}

🔄 Search Types

Web Search (search)

Returns organic results, People Also Ask, related searches, answer boxes, and knowledge graphs.

Image Search (images)

Returns image results with thumbnails, dimensions, and source information.

Video Search (videos)

Returns video results with thumbnails, duration, channel, and publication date.

News Search (news)

Returns news articles with publication dates, sources, and snippets.

Scholar Search (scholar)

Returns academic papers and citations from Google Scholar.

🌍 Supported Countries

Use standard ISO country codes:

  • us - United States
  • uk - United Kingdom
  • ca - Canada
  • au - Australia
  • de - Germany
  • fr - France
  • jp - Japan
  • And all the rest...

🗣️ Supported Languages

Use standard ISO language codes:

  • en - English
  • es - Spanish
  • fr - French
  • de - German
  • ja - Japanese
  • zh - Chinese
  • And all the rest...