A tasty SEO-focused wrapper around BeautifulSoup
Project description
🍲 TastySoup
A tasty SEO-focused wrapper around BeautifulSoup for extracting metadata, headings, links, images, and schema.
Features
- Extract meta title & description
- Extract H1–H6 headings
- Extract internal/external links
- Extract images (check missing alt attributes)
- Word count + keyword density
- Extract JSON-LD schema
- Bulk audit report for multiple URLs
Installation
pip install tastysoup
Usage
from tastysoup import TastySoup
soup = TastySoup("https://example.com")
print(soup.get_title())
print(soup.get_description())
print(soup.get_headings())
print(soup.get_links())
print(soup.get_images(without_alt=True))
print(soup.get_word_count())
print(soup.get_keyword_density("example"))
print(soup.get_schema())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tastysoup-0.2.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tastysoup-0.2.0.tar.gz.
File metadata
- Download URL: tastysoup-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cefc9b2f07b02c8d1d34607f5db1eaf1513706db651c04602b4d9c20460b3c9
|
|
| MD5 |
83312784ddcd2e3c6c74b0290edbf8f4
|
|
| BLAKE2b-256 |
c49a23bfaf669cb7f99f04ef5c85654ae182b9661521c0078247db03b5e93aed
|
File details
Details for the file tastysoup-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tastysoup-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f78fa502205208203f3ae2aab3b4e62edbd5b6853dc7c96c8143185162be142
|
|
| MD5 |
a54072f0105a91ed434d6addc34ec997
|
|
| BLAKE2b-256 |
5fc801537964fe1ad67a0a56b3dc8f8cea4aeb735d7014335389e9e2b0f51bfa
|