Scrape Google Search results — organic links, snippets, titles — with country/language filters and search operators
Sample
Here's a sample run for 10 searches like 'best CRM tools 2026' and 'top AI coding assistants', showing the exact schema and results you can expect.
| # | Rank | Title | Link | Domain | Source | Snippet | Published Date | Related Searches | Related Questions |
|---|---|---|---|---|---|---|---|---|---|
1 | 1 | Best CRM Software of 2026 | Compare Top CRMs | www.hubspot.com | HubSpot | Compare the best CRM solutions to choose the one that suits the needs of your business and will scale with you as you grow. | — | |||
2 | 2 | Which crm are you using in 2026, and what made ... | www.reddit.com | Reddit · r/CRMSoftware | As speaking to various industry experts, sales reps' expectation on crm is evolving they need AI in build, have to easy to use, increase the time spent ... | — | |||
3 | 3 | 16 Best CRM Tools for Your Business in 2026 | www.creatio.com | Creatio | Best CRM Tools · 1. Creatio · 2. Salesforce · 3. HubSpot CRM · 4. Zoho CRM · 5. Microsoft Dynamics 365 · 6. Flowlu · 7. BIGContacts. BIGContacts ...Read more | 2026-04-09T12:00:00.000Z | |||
4 | 4 | The Best CRM Software We've Tested for 2026 | www.pcmag.com | PCMag | Our Top Tested Picks · Apptivo CRM · Freshsales · Creatio CRM · HubSpot Smart CRM · Insightly CRM · Monday CRM · Salesforce Starter Suite.Read more | 2026-07-22T12:00:00.000Z | |||
5 | 5 | "Best CRM Software in 2026: 15 Tools Ranked by Fit" | resources.rework.com | Rework.com | The best fit depends on team size and sales motion: Salesforce for complex enterprises, HubSpot for inbound marketing-led growth, Pipedrive for sales-first SMBs ...Read more | — | |||
6 | 6 | 10 Best CRM Tools for Sales Teams in 2026 | www.sybill.ai | Sybill.ai | Compare the 10 best CRM tools for 2026. Features, pricing, pros, and cons of Salesforce, HubSpot, Zoho, Pipedrive, and more. | 2026-03-29T12:00:00.000Z | |||
7 | 7 | Best CRM Platforms Software in 2026 | www.6sense.com | 6Sense | Top leaders in the category for CRM Platforms software are Salesforce, Salesforce CRM, HubSpot CRM. Here, you can view a full list of CRM Platforms tools in ... | — | |||
8 | 8 | 10 Best CRM Tools & Platforms 2026 (Free & Paid) | www.linkedin.com | LinkedIn · Rahul Verma | 10 Best CRM Tools & Platforms 2026 (Free & Paid) · 1. Salesforce · 2. HubSpot · 3. Microsoft Dynamics 365 · 4. Pipedrive · 5. Zoho CRM.Read more | — | |||
9 | 10 | 27 of the Best CRM Software Companies to Know About for ... | solutionsreview.com | Solutions Review | The Best CRM Software Companies for 2026 · Act! · ActiveCampaign · Agile CRM · Apptivo · Bitrix24 · Brevo · Copper · Creatio.Read more | 2026-01-05T12:00:00.000Z | — | ||
10 | 11 | BEST CRM Software | Tested 15 CRMs for 2026 (HONEST ... | www.youtube.com | YouTube · Consumer Desire | I've spent the past couple of years reviewing and testing just about every popular CRM software out there. And in this video we will cover the top five options. | — | — |
Playground
Advanced parameters are collapsed below.
Fill in the fields below or .
curl -X POST https://api.mindcase.co/v1/data/google/search/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"queries": "",
"startDate": "",
"endDate": "",
"country": "",
"searchLanguage": "",
"site": "",
"relatedToSite": "",
"fileTypes": []
}
}'Overview
Google Search retrieves organic search results based on specific queries or search URLs. It returns clean, one-row-per-result data including result titles, destination URLs, snippets, and rank positions, alongside the AI Overview and related searches for each query. Each result page holds roughly 10 organic results. You can configure parameters like country, language, and device type to simulate searches from different locations.
SEO professionals use Google Search to monitor keyword performance and analyze SERP layouts for their clients. Content strategists use it to identify top-performing topics and research competitor content. Lead generation teams use it to find company websites and contact pages across specific industries.
Examples
A few common ways teams put Google Search API to work — copy a prompt below to try it yourself.
Monitor how specific brands appear in organic search results for core industry terms.
Identify the most prominent websites for a specific niche or keyword set.
Isolate specific file types or site-specific content.
Pull the first page of results for several competitors simultaneously to compare their search presence.
Get started
Sign up to run live queries against Google Search API via chat, form, or API.
FAQ
Related
Extract Google Images details — URL, source, description, dimensions, and thumbnail — by providing a query and image count
Extract Google Shopping product listings and details by keyword, country, language, count, and date range
Extract Google Play reviews, including reviewer name, rating, publish date, and full text
Get Google News articles for any search query — headline, publisher, published date, link, and thumbnail — with region/language and date-range filters