Skip to content

Add price comparison scraper for Norwegian grocery stores#1

Open
fbhub2 wants to merge 2 commits intomasterfrom
claude/price-comparison-scraper-Mla1J
Open

Add price comparison scraper for Norwegian grocery stores#1
fbhub2 wants to merge 2 commits intomasterfrom
claude/price-comparison-scraper-Mla1J

Conversation

@fbhub2
Copy link
Copy Markdown
Owner

@fbhub2 fbhub2 commented May 3, 2026

Scrapes Oda and Meny (direct APIs) or all major Norwegian stores via
the Kassal.app aggregator API. Stores products with price, store name,
and date in SQLite. CLI lets you scrape any product and instantly see
which store has the cheapest price.

  • db.py: SQLite schema + save/find_cheapest/stats helpers
  • scrapers/kassal.py: Kassal.app API (Oda, Meny, Kiwi, Rema, etc.)
  • scrapers/oda.py: direct Oda JSON API with session cookie handling
  • scrapers/meny.py: direct Meny/NorgesGruppen Hybris API
  • main.py: CLI with scrape / find / stats sub-commands

https://claude.ai/code/session_015UDLeZ2SwzeFwQhzgaytpq

claude added 2 commits April 15, 2026 13:47
Scrapes Oda and Meny (direct APIs) or all major Norwegian stores via
the Kassal.app aggregator API. Stores products with price, store name,
and date in SQLite. CLI lets you scrape any product and instantly see
which store has the cheapest price.

- db.py: SQLite schema + save/find_cheapest/stats helpers
- scrapers/kassal.py: Kassal.app API (Oda, Meny, Kiwi, Rema, etc.)
- scrapers/oda.py: direct Oda JSON API with session cookie handling
- scrapers/meny.py: direct Meny/NorgesGruppen Hybris API
- main.py: CLI with scrape / find / stats sub-commands

https://claude.ai/code/session_015UDLeZ2SwzeFwQhzgaytpq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants