{
  "info": {
    "name": "Scrapingant — mcp.ai",
    "description": "REST API for the Scrapingant 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/scrapingant",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "scrapingant_extract_content_as_markdown",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/extract/content/as/markdown",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "extract",
            "content",
            "as",
            "markdown"
          ]
        },
        "description": "This tool extracts content from a given URL and converts it into Markdown format. It is particularly useful for preparing text for Language Learning Models (LLMs) and Retrieval-Augmented Generation (R",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"method\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"js_snippet\": \"\",\n  \"proxy_type\": \"\",\n  \"proxy_country\": \"\",\n  \"block_resource\": \"\",\n  \"wait_for_selector\": \"\",\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_extract_data_with_ai",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/extract/data/with/ai",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "extract",
            "data",
            "with",
            "ai"
          ]
        },
        "description": "This tool allows you to extract structured data from a web page using ScrapingAnt's AI-powered extraction capabilities. You provide a URL and an AI query (prompt) describing what data you want to extr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"cookies\": \"\",\n  \"proxy_type\": \"\",\n  \"return_text\": false,\n  \"proxy_country\": \"\",\n  \"enable_javascript\": false,\n  \"wait_for_selector\": \"\",\n  \"extract_properties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_get_api_credits_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/api/credits/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "api",
            "credits",
            "usage"
          ]
        },
        "description": "This tool retrieves the current API credit usage status for the authenticated ScrapingAnt account. It enables users to monitor their consumption of API credits, check their current usage against the s",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_get_v1_usage",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/v1/usage",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "v1",
            "usage"
          ]
        },
        "description": "[DEPRECATED - Use v2] Tool to get the current subscription status and API credits usage information. This is the legacy v1 endpoint which is no longer actively maintained.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_scrape_web_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/web/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "web",
            "page"
          ]
        },
        "description": "This tool scrapes a web page using the ScrapingAnt API. It fetches the HTML content of the specified URL. Users can customize the scraping behavior by enabling a headless browser, using proxies, waiti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"js_snippet\": \"\",\n  \"proxy_type\": \"\",\n  \"proxy_country\": \"\",\n  \"block_resource\": \"\",\n  \"wait_for_selector\": \"\",\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_scrape_webpage_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/webpage/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "webpage",
            "post"
          ]
        },
        "description": "Tool to perform a POST request through ScrapingAnt's proxy to scrape a webpage. Use when you need to scrape pages that require POST method, such as form submissions or APIs that only accept POST reque",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"post_data\": {},\n  \"js_snippet\": \"\",\n  \"proxy_type\": \"\",\n  \"proxy_country\": \"\",\n  \"block_resource\": \"\",\n  \"wait_for_selector\": \"\",\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_scrape_webpage_put",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/webpage/put",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "webpage",
            "put"
          ]
        },
        "description": "Tool to perform a PUT request through ScrapingAnt's proxy to scrape a webpage that requires PUT method. Use when the target webpage requires PUT method for data submission. Data is forwarded transpare",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"js_snippet\": \"\",\n  \"proxy_type\": \"\",\n  \"content_type\": \"\",\n  \"request_body\": \"\",\n  \"proxy_country\": \"\",\n  \"block_resource\": \"\",\n  \"wait_for_selector\": \"\",\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_scrape_webpage_v1_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/webpage/v1/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "webpage",
            "v1",
            "post"
          ]
        },
        "description": "[DEPRECATED - Use v2] Tool to scrape a webpage using POST method with ScrapingAnt's v1 API. Returns JSON with content, cookies, and status_code. This is the legacy v1 endpoint which is no longer activ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"js_snippet\": \"\",\n  \"proxy_type\": \"\",\n  \"return_text\": false,\n  \"proxy_country\": \"\",\n  \"wait_for_selector\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrapingant_scrape_with_extended_json_output",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/with/extended/json/output",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "with",
            "extended",
            "json",
            "output"
          ]
        },
        "description": "Scrapes a web page and returns comprehensive data including HTML content, plain text, cookies, HTTP headers, XHR/Fetch requests, and iframe content. This tool uses ScrapingAnt's extended endpoint whic",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"browser\": false,\n  \"cookies\": \"\",\n  \"timeout\": 0,\n  \"proxy_type\": \"\",\n  \"proxy_country\": \"\",\n  \"wait_for_selector\": \"\",\n  \"return_page_source\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}