Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapix V2 #101

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Scrapix V2 #101

wants to merge 21 commits into from

Conversation

qdequele
Copy link
Member

@qdequele qdequele commented Oct 13, 2024

Pull Request

Add new crawlers:

  • Puppeteer: Launch Chrome to load JavaScript. Useful for websites that require JavaScript to display content.
  • Cheerio (default): Load only the raw HTML without JavaScript. This method is 18 times faster than the previous default.

Add new scrapers:

  • Default: Extract page blocks one by one. Useful for content websites.
  • Schema: Extract schema data from the meta description. Useful for e-commerce and media sites.
  • Custom: Use selectors to extract data. Useful for highly personalized websites.
  • Docsearch: Export a compatible version for Docsearch. Useful for older documents.
  • Markdown: Export all page content as a single markdown file. Useful for LLMs.

Add some test and benchmarks: yarn run tests

A full documentation

This is the list of features and fixes it should include.

Features

P1

P2

P3

Breaking

Fix

@qdequele qdequele changed the title New crawlers and scrapers Scrapix V2 Nov 9, 2024
@qdequele qdequele mentioned this pull request Nov 9, 2024
19 tasks
@qdequele qdequele linked an issue Nov 9, 2024 that may be closed by this pull request
19 tasks
@qdequele qdequele self-assigned this Nov 9, 2024
@qdequele qdequele added the epic label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scrapix V2
1 participant