DEV Community

JacobHsu
JacobHsu

Posted on

n8n zeabur

crawl4AI-agent/n8n-version/Crawl4AI_Agent.json

DigitalOcean | Cloud Infrastructure for Developers

Docker Deployment

rawl4AI Documentation > Making API Calls

# Making authenticated requests
response = requests.post(
    "http://localhost:11235/crawl",
    headers=headers,
    json={
        "urls": "https://example.com",
        "priority": 10
    }
)
Enter fullscreen mode Exit fullscreen mode

dockerhub unclecode/crawl4ai
unclecode/crawl4ai Image tag or digest basic-arm64

oTTomator | Live Agent Studio - Incubator of the Future of AI Agents.

Top comments (0)