API Reference

Google News Scraper API

News API endpoint allows you to scrape the results from Google news search engine via our Autom.dev service.

{
    "pagination": {
        "next": 2,
        "current": 1,
        "has_next_page": true
    },
    "organic_results": [
        {
            "date": "1 day ago",
            "link": "https://www.nytimes.com/wirecutter/reviews/instant-coffee-is-good/",
            "title": "Hear Me Out: Instant Coffee Is, in Fact, Good",
            "domain": "www.nytimes.com",
            "source": "The New York Times",
            "snippet": "Not all instant coffee tastes gross.",
            "position": 1
        }
    ],
    "search_parameters": {
        "q": "coffee",
        "gl": "us",
        "hl": "en",
        "page": 1,
        "engine": "google_news"
    }
}

SERP API

Discover why Autom is the preferred API provider for developers.