#
# # # # #

Trending News Scraper API

API:Financials

US$29US$40

  • Scrape up-to-date listed company news worldwide. News source has 100+ from mainstream media portals, such as Yahoo Finance, Bloomberg, Economics, etc. Users can scrape the news using a generic keyword, company name, or topics etc. It allows you to input the new start date and end date as well.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


Trending News Scraper API

API Practical Application Showcase Case 2


Trending News Scraper API

Features

  • Trending News API provides up-to-date listed company news worldwide.
  • News source has 100+ from mainstream media portals, such as Yahoo Finance, Bloomberg, Economics, etc.
  • Users can scrape the news using a generic keyword, company name, or topics etc.
  • It allows you to input the new start date and end date as well.

API Endpoint Specifications

  • Endpoint Path: /api/1/trendingNews
  • Type of Data: JSON & 50/minute
  • Data Source: 100+ Media Portals
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Trending News Scraper API Endpoint Basic Info

API Endpoint Path

required

Trending News Scraper API

api/1/trendingNews


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on Trending News


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Paid subscription API is available: /api/1/trendingNews, and accessible to on-site APP on /app/1/trendingNews as well

keyword

required

Input a company name or a keyword related to the news that are intended to scrape

time

required

Enter a start date, such as 2023-01-01

timeTo

required

Enter an end date, such as 2023-01-02


language

Optional

Enter the target language, such as US, JA, FR, etc


Trending News Scraper API

api/1/trendingNews


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/trendingNews?"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
keyword = "target keyword"
time = "start date"
timeTo = "end date"

data= "keyword=" + keyword + "&time=" + time + "&timeTo=" + timeTo
headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Date": " " (string),
    "Keyword": " " (string),
    "Title": " " (string),
    "Description": " " (string),
    "Publisher": " " (string),
    "Published Time": " " (string),
    "Content": " " (string),
    "Article Link": " " (string),
    "Img Link": " " (string)
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQs

The Trending News Scraper API is a tool that scrapes up-to-date listed company news worldwide.

The Trending News Scraper API gets its data from 100+ mainstream media portals, such as Yahoo Finance, Bloomberg, Economics, etc.

You can scrape news articles using a generic keyword, company name, or topics etc.

Yes, you can input the new start date and end date.

The scraped data is returned in JSON format.

You can make 500 requests per month, included income, cashflow, and balance sheet statement data generator.

Yes, you can integrate the Trending News Scraper API with your own applications using cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is a paid subscription option that gives you access to more features and higher request limits.

You can find the documentation for the Trending News Scraper API on the BUYFROMLO website.

You can get support for the Trending News Scraper API by contacting BUYFROMLO.