{"id":57811,"library":"select","title":"Select","description":"A library to extract useful data from HTML documents, suitable for web scraping.","status":"active","version":"0.6.1","language":"rust","source_language":null,"source_url":"https://github.com/utkarshkukreti/select.rs","tags":["html","parsing","scraping","css-selectors"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nselect = \"0.6.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add select","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Document","correct":"use select::document::Document;"}],"quickstart":{"code":"use select::document::Document;\nuse select::predicate::Name;\n\nlet html = \"<html><body><h1>Hello</h1></body></html>\";\nlet doc = Document::from(html);\nfor node in doc.find(Name(\"h1\")) {\n    println!(\"{}\", node.text());\n}","lang":"rust","description":"Parses HTML and extracts text from all <h1> elements."},"warnings":[],"env_vars":null,"search_vec":"'css':19 'css-selector':18 'data':7 'document':10 'extract':5 'html':9,15 'librari':3 'pars':16 'scrape':14,17 'select':1 'selector':20 'suitabl':11 'use':6 'web':13","created_at":"2026-06-16T15:59:16.191979+00:00","updated_at":"2026-06-16T15:59:16.191979+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/utkarshkukreti/select.rs","github":"https://github.com/utkarshkukreti/select.rs","docs":"https://docs.rs/select/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}