VOOZH about

URL: https://apify.com/ohmydata/google-search-to-full-article

โ‡ฑ Google Search to Full Article Text โšก$4 per 1k ยท Apify


๐Ÿ‘ Google Search to Full Article Text โšก$4 per 1k avatar

Google Search to Full Article Text โšก$4 per 1k

Pricing

from $4.00 / 1,000 results

Go to Apify Store

Google Search to Full Article Text โšก$4 per 1k

Turn Google search (SERP) queries into a dataset of deduplicated, clean full article text.

Pricing

from $4.00 / 1,000 results

Rating

5.0

(4)

Developer

๐Ÿ‘ OhMyData

OhMyData

Maintained by Community

Actor stats

1

Bookmarked

19

Total users

2

Monthly active users

1.1 days

Issues response

6 months ago

Last modified

Share

Search Google and extract full article text from result URLs.

โœจ Highlights

  • ๐Ÿ’ธ Fixed price: $4 per 1,000 extracted articles
  • โœ… Pay per result: you are billed only when the Actor successfully extracts article text
  • ๐Ÿ“ Precise search location: set where the Google search is executed, down to specific cities and regions
  • ๐Ÿ—“๏ธ Time range: search within the last N days
  • ๐Ÿ”Ž Supports Web and News search modes
  • ๐Ÿ”‘ Multiple keywords per run (up to 10)

๐Ÿง  How it works

  1. Runs Google search for each keyword using your settings
  2. Collects result URLs
  3. Opens each URL and extracts the main article text
  4. Saves output items into the Apify dataset

๐Ÿงพ Input format

Provide JSON with these fields:

  • queries (array, required): list of search queries, max 10

  • articles_limit (integer, required, default: 100): results per keyword (10 to 1000)

  • days_back (integer, optional): lookback window in days

  • geo_code (integer, optional): search location code (city or region), use the numeric code from the reference list in the input UI

  • domain (string, optional): Google domain zone (example: "com", "co.uk", "de", "fr")

  • tbm (string, optional): search type

    • "" for web
    • "news" for news
  • device (string, optional): "desktop" or "mobile"

  • safe (integer, optional): safe search mode, 1 filter, 2 off

Example input:

{
"queries":["artificial intelligence","machine learning"],
"articles_limit":50,
"days_back":7,
"geo_code":1234,
"domain":"com",
"tbm":"news",
"device":"desktop"
}

๐Ÿ“ฆ Output (Apify dataset)

Each item typically contains:

  • title: article title
  • link: article URL
  • content: extracted main text
  • query: the search query that produced the result
  • pubDate: publication date (if detected)
  • additional fields when available (position, source domain, etc.)

Example:

{
"title":"Example article title",
"link":"https://example.com/article",
"content":"Full extracted article text...",
"pubDate":"2025-10-12",
"query":"AI chips"
}

๐Ÿ“ Notes

๐Ÿงฑ Access gate text instead of an article: some websites respond with a blocking notice (anti bot page, cookie wall, login prompt, subscribe page, access denied). In some cases, that notice may be returned as plain text and can be mistakenly treated as article content. We filter common patterns, but we do not guarantee 100% detection because we avoid expensive per page AI validation to keep the price low.

๐Ÿ”’ Protected pages: sometimes content is returned by the website even though the publisher would prefer to restrict it (for example partial paywalls, inconsistent access rules, or temporary misconfigurations). If the page returns readable article text at request time, the Actor may extract it.

๐Ÿ“… Publication dates are best effort: many pages do not expose a reliable pubDate.

โš–๏ธ Legal

This Actor is a general purpose text extraction tool. It uses standard HTTP requests and parses only what a target website returns at run time. It is not designed to bypass login systems, paywalls, encryption, DRM, or other access control measures, and it does not include features intended for circumvention.

If a website returns full text without requiring credentials or special access, the Actor may extract it as part of normal processing. We do not claim ownership of third party content and we do not grant any license to republish it. If you are a rightsholder and believe your content is being processed in a way you do not want, contact us and we will help with a prompt removal or blocking approach.

๐Ÿ“ฉ Support and feature requests

Want a specific parameter, output field, or workflow integration? Email: ohmycode.lab@gmail.com

You might also like

Google News Article Scraper

webscrap18/google-news-article-scraper

Scrape Google News, Extract full content with Title, Article Text, Images and Structured data.

Google News Scraper

crawlerbros/google-news-scraper

Scrape Google News in real-time. Supports keyword search, date filters, full-text article extraction, and image extraction.

140

5.0

Google News Scraper

sourabhbgp/google-news-scraper

Scrape Google News and get the real article link, image, source, and date on every result, plus the author when Google provides it. Search, browse topics, or pull headlines. Get thousands of results with a date range, plus optional full article text and Full Coverage. Any country and language.

5

Article Extraction API

tugelbay/article-extractor

Extract clean article text and metadata from URLs as Markdown, text, or HTML for RAG, AI agents, monitoring, and research. Guide: https://konabayev.com/tools/article-extractor/?utm_source=apify_info&utm_medium=referral&utm_campaign=article-extractor

๐Ÿ‘ User avatar

Tugelbay Konabayev

41

๐Ÿ”ฅ Google News Search Scraper

powerai/google-news-search-scraper

Search Google News and export structured metadata with optional article enrichment.

Advanced News Scraper

dorcy/advanced-news-scraper

Extract the latest news articles with custom search queries, providing all the information, including article titles, sources, publication dates, full article text, and an AI-generated summary.

250

Google Search Scraper

microworlds/google-search-scraper

Scrape Google Search pages

Related articles

Top Google SERP APIs in 2026
Read more
How to scrape Google search results
Read more