Skip to content

Example solutions for the practice and contest websites of the code contest of Web Data Extraction Summit.

License

Notifications You must be signed in to change notification settings

zytedata/extract-summit-contest-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example solution for the Extract Summit 2024 Coding Competition

There are 2 different solution spiders, one that uses AI parsing by default and only uses custom parsing where AI fails, and one that uses custom parsing code only, no AI.

Both solutions are implemented with the e-commerce spider from zyte-spider-templates.

To run the AI solution:

scrapy crawl ecommerce -s SOLUTION=ai -a url="https://zzcvcpnfzoogpxiqupsergvrmdopqgrk-744852047878.us-south1.run.app/navigation"

To run the non-AI solution:

scrapy crawl ecommerce -s SOLUTION=non_ai -a url="https://zzcvcpnfzoogpxiqupsergvrmdopqgrk-744852047878.us-south1.run.app/navigation"

About

Example solutions for the practice and contest websites of the code contest of Web Data Extraction Summit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages