Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Web Scraper

This is a simple web scraper built with Rust that extracts headlines from a webpage. The scraper fetches the HTML content from a given URL, parses the content, and extracts all headlines (within <h3> tags) using the scraper crate.

Features

  • Fetches HTML content from a URL.
  • Extracts headlines from the webpage.
  • Outputs the list of headlines to the terminal.

Prerequisites

  • Install Rust
  • Clone repo
  • cd web_scraper/src

Run

  • You can modify the web page to be scraped on line 10 in main.rs
  • cargo run

Screenshots

AltText

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages