Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# AGENTS.md — Project Context

## Project: avto.net Scraper
Web scraper for avto.net car listings using Crawlee + Playwright.

## Tech Stack
- **Runtime:** Node.js, TypeScript (ES2022 modules)
- **Scraping:** Crawlee (PlaywrightCrawler), Playwright + Chrome
- **Platform:** Apify-compatible (Dockerfile included)

## Key Docs
- `docs/ANTI-DETECTION.md` — Anti-detection techniques (Cloudflare bypass, fingerprinting, proxy strategies, Camoufox, SessionPool, etc.)
- `CLAUDE.md` — Additional project context

## Key Commands
- `npx tsc` — Build TypeScript
- `node dist/main.js` — Run scraper

## Conventions
- ESM modules (import/export)
- Strict TypeScript
- Crawlee router pattern for different page types
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Web scraper for avto.net car listings using Crawlee + Playwright.
- Listing details: `https://www.avto.net/Ads/details.asp?...`
- Behind Cloudflare — requires Playwright with real Chrome

## Anti-Detection Guide
See `docs/ANTI-DETECTION.md` for comprehensive anti-detection techniques (Cloudflare bypass, fingerprinting, proxy strategies, Camoufox, SessionPool config, etc.)

## Conventions
- ESM modules (import/export)
- Strict TypeScript
Expand Down
Loading