Skip to content

Releases: GuixJoy/IntelliScrape

IntelliScrape v1.0.0 - First Stable Release

Choose a tag to compare

@GuixJoy GuixJoy released this 26 Feb 19:53

First stable release of IntelliScrape.

Features:

• Automatic static and dynamic website detection
• Requests-based scraping
• Playwright-based rendering
• Clean text extraction
• YouTube support
• Simple API

Example:

from intelliscrape import scrape

text = scrape("https://example.com")
print(text)