πŸ₯³Join the Scrapeless Community and Claim Your Free Trial to Access Our Powerful Web Scraping Toolkit!
Back to Blog

Scrapeless Deep SerpAPI: New Features & Improvements

Emily Chen
Emily Chen

Advanced Data Extraction Specialist

07-Mar-2025

As data-driven decision-making becomes increasingly important, it is essential to obtain high-quality search data in real time. Scrapeless Deep SerpAPI provides a powerful solution to help developers and researchers easily crawl Google data. This article will detail how to use Scrapeless Deep SerpAPI to crawl Google Hotels, Google Lens, and Google News data, and provide operation steps.About Deep SerpAPI

Deep SerpApi is a dedicated search engine designed for large language models (LLMs) and AI agents. It provides real-time, accurate, and unbiased information, enabling AI applications to effectively retrieve and process data:

βœ… It has built-in 20+ Google Search API scenario interfaces and is connected to the data of mainstream search engines.

βœ… It covers 20+ data types, such as search results, news, videos, and images.

βœ… It supports historical data updates within the past 24 hours.

βœ… Prices as low as $0.1/1000 queries.

Deep SerpAPI Update

Scrapeless Deep SerpApi has recently undergone several updates that significantly enhance its functionality:

  • New support scenarios: Deep SerpAPI now supports Google Hotels, Google Lens, and Google News. This means you can easily get real-time travel, imagery, and news data.
  • Google Search Ads link fix: Ad links now return direct URLs instead of redirect links, which makes data extraction faster and more reliable.

You can also check out Scrapeless's official API documentation for more information about the API interface.

Related articles
How to Scrape Google Hotel Prices with Node.js
How to Scrape Google News with Python

How to use Deep SerpApi to crawl Google data

1. Sign Up and Access the API Key

  • After signing up for free on Scrapeless, you can get 20,000 free search queries.
  • Navigate to API Key Management. Then click Create to generate a unique API key. Once created, just click on AP to copy it.
Sign Up and Access the API Key

2. Access the Deep SerpApi Playground

  • Then navigate to the "Deep SerpApi" section.
 Access the Deep SerpApi Playground
  • In the Playground, enter your search keyword, such as "Bali Resorts".
  • Set other parameters, such as country, language, etc.

You can also click to view the official API documentation of Scrapeless to learn about the parameters of Google Hotels.

Set search parameters
  • Click the "Start Search" button, and the Playground will send a request to the Deep Serp API and return structured JSON data.
Perform a search

5. View and export data

  • Browse the returned JSON data to view detailed information.
  • If necessary, you can click "Export to Code" in the upper right corner to export the data to CSV or JSON format for further analysis.

6. Integrate into your project

  • If you need to integrate the data into your application, Deep SerpAPI provides library support for multiple programming languages, including Python, JavaScript, Ruby, PHP, Java, C#, C++, Swift, Go, and Rust.

Sample code (Python)

Copy
import json
import requests

class Payload:
    def __init__(self, actor, input_data):
        self.actor = actor
        self.input = input_data

def send_request():
    host = "api.scrapeless.com"
    url = f"https://{host}/api/v1/scraper/request"
    token = "your_token"

    headers = {
        "x-api-token": token
    }

    input_data = {
    "engine": "google_hotels",
    "q": "Bali Resorts",
    "check_in_date": "2025-02-28",
    "check_out_date": "2025-03-01"
    }

    payload = Payload("scraper.google.hotels", input_data)

    json_payload = json.dumps(payload.__dict__)

    response = requests.post(url, headers=headers, data=json_payload)

    if response.status_code != 200:
        print("Error:", response.status_code, response.text)
        return

    print("body", response.text)


if __name__ == "__main__":
    send_request()

Free Developer Support Program - Deep SerpApi

Deep SerpAPI now also offers a free developer support program to help developers better integrate and use its API. Here are the details of the program:

  • Integration support: Integrate Deep SerpAPI into your AI tools, applications, or projects. We already support Dify, and will soon support Langchain, Langflow, FlowiseAI, and other frameworks.
  • Free support duration: After integration, developers can get 1-12 months of free developer support by sharing your results on GitHub or social media.
  • Usage quota: Up to 500k usage per month, helping developers not to worry about cost issues in the early stages of the project.
Free Developer Support Program - Deep SerpApi

You can join Discord to contact Liam to learn about the event participation

At Scrapeless, we only access publicly available data while strictly complying with applicable laws, regulations, and website privacy policies. The content in this blog is for demonstration purposes only and does not involve any illegal or infringing activities. We make no guarantees and disclaim all liability for the use of information from this blog or third-party links. Before engaging in any scraping activities, consult your legal advisor and review the target website's terms of service or obtain the necessary permissions.

Most Popular Articles

Catalogue