Building a web scraper is painful: proxy rotation, anti-bot bypass, JavaScript rendering, IP bans. Or you could just call an API.
apitree wraps Bright Data's scraper infrastructure into simple API calls. No Puppeteer, no Selenium, no proxy management.
# Scrape an Instagram profile
curl -X POST https://apitree.ai/api/v1/proxy/bd-instagram-profiles \
-H "Authorization: Bearer nxs_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://instagram.com/username"}'
# Response: followers, bio, posts count, engagement rate...AI Agents can also scrape via MCP: call_api("bd-instagram-profiles", { url: "..." })