No description
Find a file
2026-03-04 12:25:43 -05:00
.env_example major changes including swiching to backend api, json output, tui, and speed 2026-03-04 10:41:49 -05:00
.gitignore fixed gitignore 2026-03-04 12:17:52 -05:00
Readme.md updated readme 2026-03-04 12:25:43 -05:00
requirements.txt major changes including swiching to backend api, json output, tui, and speed 2026-03-04 10:41:49 -05:00
scrape.py fixed gitignore 2026-03-04 12:17:52 -05:00

Bidfta scraper

Small scripts to scrape Bidfta (an Amazon-return reseller) into a simple .json

How to use

    pip install -r requirements.txt
  1. Configure variables in .env file

LOCATION_ID = 1 # you can find this by going to https://www.bidfta.com/items and selecting a location as a filter, it will be the number after "&locations=" in the url

  1. run scrape.py

it will output as a file called Output.json