Prerequisites
- .NET 6.0+
- A EvoCrawl API key — get one free
Search the web
Evocrawl works with .NET through the REST API usingHttpClient.
Example response
Example response
Scrape a page
Example response
Example response
Interact with a page
Start a browser session, interact with the page using natural-language prompts, then close the session.Step 1 — Scrape to start a session
Step 2 — Send interactions
Step 3 — Stop the session
Reusable client class
For repeated use, wrap the API in a typed client:Next steps
Search docs
Search the web and get full page content
Scrape docs
All scrape options including formats, actions, and proxies
Interact docs
Click, fill forms, and extract dynamic content
API Reference
Complete REST API documentation

