Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ebay — Python surface

Async Ebay scraper built on the official scrapeless Python SDK + Playwright over CDP.

Install

poetry install
poetry run playwright install chromium

Run

export SCRAPELESS_API_KEY=sk_...
python run.py                              # print to stdout
SAVE_TEST_RESULTS=true python run.py       # write to results/*.json

Test

SCRAPELESS_API_KEY=sk_... poetry run pytest -v

Validates output against ../../DATA_MODEL.md via cerberus.