news-scraper avatar
news-scraper

Deprecated

Pricing

Pay per usage

Go to Store
news-scraper

news-scraper

Deprecated

Developed by

Shreemay Panhalkar

Shreemay Panhalkar

Maintained by Community

Input a list of news URLs to fetch news details - News Headline, Subtitle, Date, Content, etc.

0.0 (0)

Pricing

Pay per usage

0

Total users

5

Monthly users

5

Last modified

8 months ago

You can access the news-scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    {
4      "url": "https://apify.com"
5    }
6  ],
7  "proxyConfiguration": {
8    "useApifyProxy": true
9  }
10}' |
11apify call shreemayp/news-scraper --silent --output-dataset

news-scraper API through CLI

The Apify CLI is the official tool that allows you to use news-scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: