SerpApi, LLC
Newsletter (Digital)
SerpApi scrapes Google and other search engines. Experience a blazing fast and easy to use API! Source
Actions
Media Outlet details
| Scope | Local |
|---|---|
| Language | English |
| Country | United States of America |
|
Similarweb UVM |
Request pricing |
|
Comscore UVM |
Request pricing |
Recent Articles
Search ArticlesGetting Started with Jev: Building a Fact Checker with SerpApi
TABLE OF CONTENTS Jev is a model from TypeSafe AI built to make decisions that we can use directly in our code. Give it some text and a question with a defined set of answers, and it evaluates the text against those answers. We can use it to route a support ticket to the right team or check whether a piece of evidence supports a claim. TypeSafe calls this a System One model. Jev accepts text, JSON objects, and arrays, and supports three decision types: Choice, Score, and Noul.
Vessel 0.3: Ruby finally gets its Scrapy crawling framework
Blog / Web Scraping TABLE OF CONTENTS Python developers have Scrapy, one of the best tool for web scraping out there. And us Rubyists? We have to piece individual pieces together. Nokogiri, Ferrum, Mechanize, Faraday... but no framework that ties fetching, parsing, concurrency, deduplication, retries, and data pipelines together. Vessel was supposed to be that framework until it went a little quiet. Now it is back. Vessel 0.3 is the first release in four years, and it is not a maintenance bump.
How to scrape Google Play Store app reviews
The Google Play Store is the primary app store and game repository for Android devices. Reviews for a given application can provide insights into current problems, popular features, and device compatibility. That can be incredibly useful information for market research, competitive analysis, and other situations. With the Google Play Store Product API from SerpApi, you can retrieve details for any app on the Google Play Store in simple JSON or Markdown format, which includes user-published reviews.
Scrape YouTube Channel Data with SerpApi
If you’re tracking YouTube channels for competitor research, content strategy, or creator partnerships, you probably want answers for: How often is a competitor uploading? Are shorter videos performing better? Is a creator’s subscriber count actually growing? The data is all there on YouTube. But tracking all of it manually for multiple channels isn’t practical. That’s where scraping YouTube channel data can make the process much easier.
How to scrape movie and TV results from the Google Play Store
TABLE OF CONTENTS The Google Play Store is mostly known for distributing Android applications and games, but it's also a place to buy and rent movies and TV shows. YouTube and the Google TV platform also use the same storefront and shared library, collectively serving as an alternative to stores like Apple TV (iTunes), Fandango at Home (Vudu), or Amazon Prime Video.
SerpApi Weekly Changelog: Sep 07 - 13, 2026
The past week at SerpApi brought new APIs, features, expanded scraping capabilities, steady improvements to existing APIs, and a range of important bug fixes. We're excited to announce our new YouTube Channel API, allowing developers to scrape content from any YouTube channel by channel_id — either a channel handle (youtube.com/@channel_id) or a raw channel ID.
Introducing MCP Bundle Support for SerpApi
We've added MCP Bundle (MCPB) support to the SerpApi MCP server. You can now download the server as a .mcpb file and install it in a desktop application that supports the bundle's format and runtime. The server gives AI assistants access to live search results from Google, Bing, YouTube, Amazon, and other sources through SerpApi. You can use it to research a topic, compare shopping results, find local businesses, or look up academic papers.
SerpApi Weekly Changelog: Aug 31 - Sep 06, 2026
The past week at SerpApi brought new APIs, features, expanded scraping capabilities, steady improvements to existing APIs, and a range of important bug fixes. We've successfully resolved Google's recent rollout of google.com/goto redirect URLs across search results, ensuring our Google APIs continue to return direct, clean destination URLs in your results.
We Have Resolved the Google /goto URL Redirect Rollout
Google recently expanded the use of google.com/goto redirect URLs across Google Search results. Instead of linking directly to the destination page, affected results first pointed to a Google-owned URL that redirected the user to the final website. Google uses goto tracking URL This change briefly affected some URLs returned by SerpApi. Our engineering team identified the new behavior, developed a fix, and deployed it across the affected Google Search result types.
How to scrape Zillow
Homes for sale, rental properties, recently sold homes, open houses, foreclosures, price histories. If you need real estate data, chances are Zillow has it. This is useful for market research, property monitoring, investment analysis, rental discovery, and real estate applications. But what if you need easy access to Zillow structured data from your programs or AI agents?