AI Studio/AI Links

AI Links

Intelligent link extraction and filtering

AI Links extracts and filters links from webpages using natural language. Describe the types of links you want to find and the AI will intelligently filter, categorize, and rank them without complex CSS selectors.

POST/ai/links
Full API Docs
FEATURES

Capabilities

AI-guided link filtering
Category detection
Relevance ranking
Deep link discovery
Domain filtering
Bulk extraction
USE CASES

Example Prompts

Product pages

prompt: "Find all links to product pages and pricing"

Documentation

prompt: "Extract links to API docs and developer guides"

Navigation mapping

prompt: "Find all main navigation and footer links"

Media resources

prompt: "Extract links to downloadable PDFs and images"
API

Parameters

NameTypeStatusDescription
urlstringrequiredURL to extract links from
promptstringrequiredNatural language description of what links to find
limitnumberoptionalMaximum links to return
depthnumberoptionalCrawl depth for finding links
CODE

Code Examples

curl -X POST https://api.spider.cloud/ai/links \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "prompt": "Find all links to product pages and documentation",
    "limit": 100
  }'

Ready to use AI Links?

Start extracting data with natural language prompts. No complex selectors or scripts needed.