{
  "info": {
    "name": "Scrape Do — mcp.ai",
    "description": "REST API for the Scrape Do 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/scrape_do",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "scrape_do_cancel_async_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/cancel/async/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "cancel",
            "async",
            "job"
          ]
        },
        "description": "Tool to cancel an asynchronous scraping job. Use when you need to stop processing of pending tasks in a job. Completed tasks remain available.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"token\": \"\",\n  \"job_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_create_async_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/async/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "async",
            "job"
          ]
        },
        "description": "Tool to create an asynchronous scraping job with specified targets and options. Use when you need to scrape multiple URLs in parallel without waiting for results. Returns a job ID immediately for poll",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"Body\": \"\",\n  \"Super\": false,\n  \"Device\": \"\",\n  \"Method\": \"\",\n  \"Output\": \"\",\n  \"Render\": {},\n  \"GeoCode\": \"\",\n  \"Headers\": {},\n  \"Targets\": \"\",\n  \"Timeout\": 0,\n  \"SessionID\": \"\",\n  \"SetCookies\": \"\",\n  \"WebhookURL\": \"\",\n  \"DisableRetry\": false,\n  \"RetryTimeout\": 0,\n  \"ForwardHeaders\": false,\n  \"WebhookHeaders\": {},\n  \"RegionalGeoCode\": \"\",\n  \"DisableRedirection\": false,\n  \"TransparentResponse\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_account_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/account/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "account",
            "info"
          ]
        },
        "description": "Retrieves account information and usage statistics from Scrape.do. This action makes a GET request to the Scrape.do info endpoint to fetch: - Subscription status - Concurrent request limits and usage ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_amazon_offers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/amazon/offers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "amazon",
            "offers"
          ]
        },
        "description": "Get all seller offers for any Amazon product. Retrieves every seller listing including pricing, shipping costs, seller information, and Buy Box status in structured JSON format. Use when you need to c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"asin\": \"\",\n  \"geocode\": \"\",\n  \"zipcode\": \"\",\n  \"super_mode\": false,\n  \"include_html\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_amazon_product",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/amazon/product",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "amazon",
            "product"
          ]
        },
        "description": "Extract structured product data from Amazon product detail pages (PDP). Returns comprehensive product information including title, pricing, ratings, images, best seller rankings, and technical specifi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"asin\": \"\",\n  \"geocode\": \"\",\n  \"zipcode\": \"\",\n  \"language\": \"\",\n  \"super_mode\": false,\n  \"include_html\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_amazon_raw_html",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/amazon/raw/html",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "amazon",
            "raw",
            "html"
          ]
        },
        "description": "Tool to get raw HTML from any Amazon page with ZIP code geo-targeting. Use when you need complete unprocessed HTML source from Amazon URLs with location-based targeting. Ideal for scraping pages not c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"super\": false,\n  \"output\": \"\",\n  \"geocode\": \"\",\n  \"timeout\": 0,\n  \"zipcode\": \"\",\n  \"language\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_async_account_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/async/account/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "async",
            "account",
            "info"
          ]
        },
        "description": "Tool to get account information for the Async API including concurrency limits and usage statistics. Use when you need to check available concurrency slots, active jobs, or remaining credits for Async",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_async_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/async/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "async",
            "job"
          ]
        },
        "description": "Tool to retrieve details and status of a specific asynchronous scraping job. Use when you need to check the progress, status, or results of a previously created async job. Returns job metadata includi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"jobID\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_async_task",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/async/task",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "async",
            "task"
          ]
        },
        "description": "Tool to retrieve the result of a specific task within an asynchronous job. Returns the scraped content for that particular URL. Use when you need to check the status and result of a previously submitt",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"token\": \"\",\n  \"job_id\": \"\",\n  \"task_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_get_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "page"
          ]
        },
        "description": "A tool to scrape web pages using scrape.do's API service. Makes a basic GET request to fetch webpage content while handling anti-bot protections and proxy rotation automatically. Does not execute Java",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"super\": false,\n  \"width\": 0,\n  \"device\": \"\",\n  \"height\": 0,\n  \"output\": \"\",\n  \"render\": false,\n  \"timeout\": 0,\n  \"geo_code\": \"\",\n  \"return_json\": false,\n  \"set_cookies\": \"\",\n  \"extra_headers\": false,\n  \"retry_timeout\": 0,\n  \"custom_headers\": false,\n  \"block_resources\": false,\n  \"disable_redirection\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_list_async_jobs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/async/jobs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "async",
            "jobs"
          ]
        },
        "description": "Tool to list all asynchronous scraping jobs. Returns paginated list of jobs with their status and metadata. Use when you need to retrieve job history or monitor job statuses. Supports pagination with ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_proxy_mode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/proxy/mode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "proxy",
            "mode"
          ]
        },
        "description": "This tool implements the Proxy Mode functionality of scrape.do, which allows routing requests through their proxy server. It provides an alternative way to access web scraping capabilities by handling",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"device\": \"\",\n  \"render\": false,\n  \"geo_code\": \"\",\n  \"custom_headers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_scrape_url_post",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scrape/url/post",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scrape",
            "url",
            "post"
          ]
        },
        "description": "Tool to scrape web pages using POST method via scrape.do API. Use when you need to send POST requests to target websites with custom request body data. Supports all parameters from GET endpoint plus r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"body\": \"\",\n  \"super\": false,\n  \"device\": \"\",\n  \"render\": false,\n  \"geoCode\": \"\",\n  \"timeout\": 0,\n  \"sessionId\": \"\",\n  \"setCookies\": \"\",\n  \"customHeaders\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_search_amazon",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/amazon",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "amazon"
          ]
        },
        "description": "Tool to search Amazon and scrape product listings with structured results. Performs keyword searches and returns structured product data including titles, prices, ratings, Prime status, sponsored flag",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"super\": false,\n  \"geocode\": \"\",\n  \"keyword\": \"\",\n  \"zipcode\": \"\",\n  \"language\": \"\",\n  \"include_html\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_set_block_urls",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/block/urls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "block",
            "urls"
          ]
        },
        "description": "This tool allows users to block specific URLs during the scraping process. It's particularly useful for blocking unwanted resources like analytics scripts, advertisements, or any other URLs that might",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"urls\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "scrape_do_set_regional_geo_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/regional/geo/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "regional",
            "geo",
            "code"
          ]
        },
        "description": "This tool allows users to set a broader geographical targeting by specifying a region code instead of a specific country code. This is useful when you want to scrape content from an entire region rath",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"regional_geo_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}