Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

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

Stars

5 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages