Specrom News API
# Specrom News API ----------- Search & analyze the latest news articles from 100,000+ domains worldwide using our News API. ----------- A single easy to use API that can lets you search over 100,000 news sources by keyword, location (city, state, country), geolocation (latitude, longitude) and time range. We provide fulltext and raw web source (html) of the news story itself in addition to…
Specrom News API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text Analytics | ||
| POST |
Text Language Detection / |
Get the predicted language of the text. |
| POST |
Named Entity Extraction / |
Extract entities (people, places, things, currency etc) from the entered text. |
| POST |
Text Summarization / |
This endpoint will generate a summary of the entered text. It uses a state of the art LLM based abstractive summarization model. |
| POST |
Text Classification (Base level Taxonomy) / |
Input the headline or meta description of a news article and get back one of the 24 topics. The topics available are: ``` "arts and entertainment", "automotive", "business",… |
| POST |
Classify News Articles Using Smart Labels / |
Almost all news domains including major outlets such as New York Times publish lots of articles that are not hard news, but rather clickbaits. Use our smart labels to identify… |
| POST |
Aspect based sentiments analysis / |
Extract topics (also known as aspects or entities) from the input text and analyze the sentiment towards each of the topics. |
| POST |
Document Sentiments Score / |
Get a sentiments score for the entire document or text. This is in contrast to our another endpoint that will fetch aspect (or entity) level sentiments. |
| POST |
Keyword or Keyphrase Extraction / |
Extract keywords & keyphrases from the input text. Currently it only analyzes English language text as default. |
| Technology Analysis | ||
| POST |
Built With Analyzer / |
Identify the technologies that are powering the webpage. |
| Social Media & Email Addresses | ||
| POST |
Extract Email Address By URL / |
Just input the URL and our email extractor will return all the email addresses on that webpage. |
| POST |
Extract Name and Spam Score For Each Email Address / |
Input the email address to find full name (if available) as well as whether it is spam or generic email box. |
| POST |
Extract All Social Media Handles & URLs / |
Get all the social media handles and URLs on a webpage by simply entering the URL. |
| Other endpoints | ||
| POST |
Simple News Search / |
Get latest news from past 24 hrs using this endpoint. Unlike other endpoints, this one will provide a max of 1000 tokens of full text with each request and will return upto 3000… |
| POST |
Get News Headlines By Keyword Search / |
Just specify the keyword or keyphrase to search and get latest news headlines and a url_id. Use the other endpoint to fetch the full_text of the news articles. |
| POST |
Get Latest News By City, State, Country / |
Get near real time news articles published in local newspapers by specifying a region (city, state) and country. |
| POST |
Get Latest News By Latitude, Longitude / |
Get latest news articles within 20 miles of the specified latitude and longitude. If the total count is too less, than the search radius is expanded automatically to upto 75… |
| POST |
Fetch Parsed News Article by url_id / |
Just specify url_id (obtained by using our other endpoints) to fetch full_text, title, author etc. from the news article. |
| POST |
Fetch Parsed News Article by URL / |
Just use an URL as an input and get back the full_text, title, author, main image etc. from the news article. |
Specrom News API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $49 / month | 30 / minute |
|
| ULTRA Recommended | $99 / month | 45 / minute |
|
| MEGA | $299 / month | 50 / minute |
|