{
  "info": {
    "name": "Scrapingbee — mcp.ai",
    "description": "REST API for the Scrapingbee MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/scrapingbee",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "scrapingbee_data_extraction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/data/extraction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "data",
            "extraction"
          ]
        },
        "description": "Tool to extract structured data from a webpage using CSS or XPath selectors. Use ScrapingBee's extract_rules feature.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"wait\": 0,\n  \"device\": \"\",\n  \"api_key\": \"\",\n  \"extractor\": {},\n  \"javascript\": false,\n  \"country_code\": \"\",\n  \"premium_proxy\": false,\n  \"block_resources\": false,\n  \"forward_headers\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingbee_html_fetch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/html/fetch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "html",
            "fetch"
          ]
        },
        "description": "Tool to fetch HTML or screenshot via ScrapingBee HTML API. Use when you need page markup or image after optional JS rendering and resource controls. For anti-bot or CAPTCHA-protected sites (e.g., Clou",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"wait\": 0,\n  \"retry\": 0,\n  \"device\": \"\",\n  \"cookies\": \"\",\n  \"wait_for\": \"\",\n  \"block_ads\": false,\n  \"render_js\": false,\n  \"js_snippet\": \"\",\n  \"screenshot\": false,\n  \"js_scenario\": \"\",\n  \"country_code\": \"\",\n  \"extract_rules\": \"\",\n  \"premium_proxy\": false,\n  \"stealth_proxy\": false,\n  \"block_resources\": false,\n  \"screenshot_selector\": \"\",\n  \"screenshot_full_page\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingbee_scraping_bee_proxy_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scraping/bee/proxy/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scraping",
            "bee",
            "proxy",
            "mode"
          ]
        },
        "description": "Tool to fetch web content via ScrapingBee's Proxy Mode. Use when you need to route requests through ScrapingBee proxies with optional JS rendering and resource blocking.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"cookies\": {},\n  \"headers\": {},\n  \"timeout\": 0,\n  \"block_ads\": false,\n  \"render_js\": false,\n  \"session_id\": 0,\n  \"js_scenario\": \"\",\n  \"country_code\": \"\",\n  \"premium_proxy\": false,\n  \"stealth_proxy\": false,\n  \"block_resources\": false,\n  \"forward_headers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingbee_stealth_proxy",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stealth/proxy",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stealth",
            "proxy"
          ]
        },
        "description": "Tool to perform stealth scraping via ScrapingBee's Stealth Proxy mode. Use when you encounter anti-bot measures requiring undetectable requests.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"wait\": 0,\n  \"device\": \"\",\n  \"cookies\": \"\",\n  \"js_render\": false,\n  \"country_code\": \"\",\n  \"extract_rules\": \"\",\n  \"premium_proxy\": false,\n  \"stealth_proxy\": false,\n  \"block_resources\": false,\n  \"forward_headers\": false,\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingbee_usage_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/usage/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "usage",
            "stats"
          ]
        },
        "description": "Tool to retrieve usage statistics for your ScrapingBee account. Use when you need to monitor remaining credits and request count.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}