With just a few lines of code, you can integrate our API with your application and start receiving data as a JSON response.
Get access to global news articles from 2000+ sources and analyze news data, search news data using different queries such as - News Sources, Date, Sentiment, categories, or any other search keywords.
A better alternative to Google News API, the ScrapeHero News API, extracts the news article metadata into a JSON, allowing you to easily search for news data.
The News API monitors over 40,000 news articles from more than 2000 news websites worldwide continuously, access this news data easily using a REST API endpoint
The Standard News API can extract the news articles metadata while our custom AI/ML model tags and classifies them, allowing you to search and view relevant news articles easily
Our Custom News API can also provide “news” related content from various other sources, such as RSS feeds, Press releases, Public Social Media announcements specific to Businesses, Bulletin board type sites, Newsletters, Blogs, Research Papers, etc
With just a few lines of code, you can integrate our API with your application and start receiving data as a JSON response.
import http.client
conn = http.client.HTTPSConnection("get.scrapehero.com")
conn.request("GET", "/news-api/news/?x-api-key=XXXXXXXXXXXXXX&q=Iphone&sentiment=Positive&start_date=2020-12-01&end_date=2020-12-03&source_id=277%2C4171&category_id=13010000%2C04018000")
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
Billed Monthly
Billed Monthly
Billed Monthly
Billed Monthly
ScrapeHero is a Data company trusted by thousands of customers that range from some of the world’s most loved, biggest and popular brands to startups trying to scale.
We do not publish customer names and logos for privacy and contractual reasons, but here is a select sample of our customer profiles represented in a manner so as not to reveal their identity
Top 5 Global Financial Company
Top 5 US Healthcare Company
Top 5 Global FMCG Conglomerate
Top 5 Global Retailer
Top 5 Global Management Consulting
Big 4 Accounting Firm
Top 5 Global Hotel Chain
Top 5 Global Energy Company
Top 5 Global Media Company
Sure, you can modify or cancel your plan at any time. Click on the Billing tab to change your plan.
If you cancel, you’ll be billed for the current month, but you won’t be charged again. If you have any page credits, you can still use our service until it reaches its limit.
All our Crawler page quotas and API quotas reset at the end of the billing period. Any unused credits do not carry over to the next billing period and also are nonrefundable. This is consistent with most software subscription services.
Our APIs or Crawlers only automate the process of extracting the data that's already on the website and is extractable. If the information isn't on the website or is in a format that is not extractable, we will not be able to get it for you at all.
e.g. If you need emails from a website and the website does not have emails, it is fairly obvious that even though you need the emails, we cant make them up.
Normally it will take 3-5 business days to build a custom API endpoint. However, this may vary according to the complexity of the site and the proposed business logic.