Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.mdUse Google News API to find and extract the freshest public news worldwide for your project. Retrieve an extensive list of sources, titles, URLs, and dates from published articles all over the Google News portal. - Get real-time data for quality research and analysis #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# google-news-scraper
# google-news-scraperUse Google News API to find and extract the freshest public news worldwide for your project. Retrieve an extensive list of sources, titles, URLs, and dates from published articles all over the Google News portal.

- Get real-time data for quality research and analysis

[![Oxylabs promo code](https://user-images.githubusercontent.com/129506779/250792357-8289e25e-9c36-4dc0-a5e2-2706db797bb5.png)](https://oxylabs.go2cloud.org/aff_c?offer_id=7&aff_id=877&url_id=112)

Expand Down Expand Up @@ -43,6 +45,40 @@ Parse any web page according to your needs by sending your own parsing instructi
- Get ready-to-use structured data


**[Scheduler](https://oxylabs.io/features/scheduler)**
Easily automate your projects by scheduling repetitive scraping and parsing tasks at any frequency.

- Create a custom schedule for each job
- Automatically retrieve data to your cloud stTo scrape Google News articles, **send a request** with a URL to our API, and you will receive API results in **HTML** format.
You can find the output example on the right and input code samples in our documentation.


```
{
"results": [
{
"content": "<!DOCTYPE html><html lang=\"en-US\" dir=\"ltr\" style=\"cursor: pointer;\"><head><script src=\"https://apis.google.com/_/scs/abc-static/_/js/k=gapi.gapi.en.hh2Jqle7bK0.O/m=gapi_iframes,googleapis_client/rt=j...",
"created_at": "2023-08-04 12:37:34",
"updated_at": "2023-08-04 12:38:35",
"page": 1,
"url": "https://news.google.com/topics/CAAqJAgKIh5DQkFTRUFvS0wyMHZNSFp3YWpSZlloSUNaVzRvQUFQAQ?hl=en-US&gl=US&ceid=US%3Aen",
"job_id": "7093208344944452609",
"status_code": 200
}
]
}
```

# Smart web scraping with API features

**[Custom Parser](https://oxylabs.io/features/custom-parser)**
Parse any web page according to your needs by sending your own parsing instructions to our API.

- Maintenance-free parser
- Custom parsing logic with XPath and CSS selectors
- Get ready-to-use structured data


**[Scheduler](https://oxylabs.io/features/scheduler)**
Easily automate your projects by scheduling repetitive scraping and parsing tasks at any frequency.

Expand All @@ -51,6 +87,13 @@ Easily automate your projects by scheduling repetitive scraping and parsing task
- Get notified once each job is complete


## Contacts
Email - [email protected]
<br><a href="https://oxylabs.drift.click/oxybot">Live chat</a>
orage
- Get notified once each job is complete


## Contacts
Email - [email protected]
<br><a href="https://oxylabs.drift.click/oxybot">Live chat</a>