MOHAN c2e037310d feat: add bikegear.in import source (Alpinestars as first brand)
Adds a new OpenCart-based source (bikegear.in) to the import pipeline.
2-phase scraper: listing pages collect product URLs, detail pages extract
JSON-LD (name, price in INR, brand, SKU) + description table HTML + gallery images.

- sources/bikegear/brands.js  — brand list (Alpinestars active, 40+ commented)
- sources/bikegear/scraper.js — HTML scraper with full Sec-Fetch browser headers
- sources/bikegear/converter.js — Shopify-ready converter (record.scraped || record pattern)
- sources/bikegear/index.js   — 24h cache, zero-success guard, brands[] export
- sources/index.js             — register bikegear source

Set BIKEGEAR_CACHE_HOURS=0 to force re-scrape.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-13 17:27:06 +05:30
2026-05-14 23:57:27 +05:30
2026-04-13 17:31:26 +05:30
2026-04-13 17:31:26 +05:30
2026-04-13 17:31:26 +05:30
2026-06-25 18:57:28 +05:30
2026-04-13 17:31:26 +05:30
Description
No description provided
473 KiB
Languages
JavaScript 100%