Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| WEBSCRAPING_AI_API_KEY | Yes | Your WebScraping.AI API key, required for all operations | |
| WEBSCRAPING_AI_DEFAULT_TIMEOUT | No | Maximum web page retrieval time in ms (max: 30000) | 15000 | 
| WEBSCRAPING_AI_CONCURRENCY_LIMIT | No | Maximum number of concurrent requests | 5 | 
| WEBSCRAPING_AI_DEFAULT_JS_TIMEOUT | No | Maximum JavaScript rendering time in ms | 2000 | 
| WEBSCRAPING_AI_DEFAULT_PROXY_TYPE | No | Type of proxy to use (datacenter or residential) | residential | 
| WEBSCRAPING_AI_DEFAULT_JS_RENDERING | No | Enable/disable JavaScript rendering | true | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
| No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| webscraping_ai_question | - | 
| webscraping_ai_fields | - | 
| webscraping_ai_html | - | 
| webscraping_ai_text | - | 
| webscraping_ai_selected | - | 
| webscraping_ai_selected_multiple | - | 
| webscraping_ai_account | - |