DocumentationAPI DetailsScrape URLTor Proxy

Tor Proxy

Tor proxies route your requests through the Tor anonymity network, providing the highest level of anonymity available. This is the only proxy type that can access .onion websites (hidden services on the dark web).

Set the proxyType parameter to Tor to enable this option. Each request using a Tor proxy costs an additional 1 credit. See Credit Usage for details.

When To Use This

  • Accessing .onion websites - Tor is the only way to reach hidden services on the Tor network. This is required for dark web research, security analysis, or accessing content only available via .onion domains.
  • Maximum anonymity - When you need the strongest possible anonymity layer for your scraping traffic.
  • Low-cost anonymous proxy - At just 1 extra credit, Tor is the cheapest proxy option after free proxies.

Caveat: Tor exit nodes are well-known and widely blacklisted. Many websites will block Tor traffic or trigger CAPTCHAs. If you’re scraping standard websites, Data Center or Residential proxies will provide better success rates.

Example Request

GET https://api.scrapi.tech/v1/scrape?url=https://deventerprise.com&proxyType=Tor

POST https://api.scrapi.tech/v1/scrape

{
  "url": "http://a4ygisnerpgtc5ayerl22pll6cls3oyj54qgpm7qrmb66xrxts6y3lyd.onion/index.html",
  "proxyType": "Tor"
}
  • Captcha Solving - Tor traffic frequently triggers CAPTCHAs; combine with captcha solving for best results.
  • Data Center Proxy - Better success rates for standard web scraping.
  • Residential Proxy - Premium option that is rarely blocked.
  • Sessions - Maintain the same Tor circuit across multiple requests.
  • Credit Usage - Tor proxies cost 1 additional credit per request.

Testing

Test this request in the Playground or view the OpenAPI specification.