Skip to content

famfund/Alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Aggregator API

The Data Aggregator API is a lightweight service for collecting and unifying public financial and market-related data.
It focuses on scraping webpages, fetching Google News headlines, and collecting Reddit posts.


πŸš€ Features

  • Web Scraping β†’ Extract raw text and metadata from any URL
  • Google News β†’ Fetch news headlines for a search query
  • Reddit Headlines β†’ Collect subreddit posts (via Reddit API / PRAW)

πŸ“‚ Endpoints Overview

  • GET /scrape/url?url={page_url} β†’ Scrape text from a webpage
  • GET /scrape/news?q={query}&limit=10 β†’ Fetch Google News results
  • GET /scrape/reddit?subreddit={name}&limit=25 β†’ Get subreddit headlines

πŸ”‘ Authentication

  • No authentication required for local development.
  • For Reddit scraping, add credentials in a .env file:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages