What is ShapBot? AI crawler guide

ShapBot by Parallel: Parallel crawler for discovering and indexing websites for Parallel web APIs. Check its reported user-agent, robots.txt behavior, source, and verification guidance.

Parallel crawler for discovering and indexing websites for Parallel web APIs.

What is ShapBot?

ShapBot is a web crawler operated by Parallel that discovers and indexes websites for Parallel web APIs. It identifies itself with the user-agent token ShapBot and honors the Robots Exclusion Protocol, meaning it respects robots.txt directives. The crawler is part of Parallel's infrastructure for making web content accessible through their API services. It systematically visits pages to build an index that powers Parallel's search and retrieval capabilities, enabling developers to integrate web data into their applications. ShapBot's crawling behavior is documented by Parallel, and site owners can control its access through standard robots.txt rules.

What it's for

For site owners, ShapBot's crawling can make their content discoverable through Parallel's web APIs, potentially increasing visibility in applications that rely on Parallel's search and indexing services. If you want your site to appear in results served by Parallel-powered tools, allowing ShapBot access is beneficial. Conversely, if you prefer not to have your content indexed by Parallel, blocking ShapBot can prevent it from being included in their API responses.

Whether to allow ShapBot is a policy call. Either way, check which AI platforms actually send you human visitors before assuming crawl volume equals value.

How to handle ShapBot

To manage ShapBot's access, add directives for the user-agent ShapBot in your robots.txt file. Since ShapBot honors robots.txt, you can disallow specific paths or the entire site. The page will render a snippet showing how to block ShapBot completely. If you want to allow crawling, simply omit any disallow rules for ShapBot, or explicitly allow it. There are no additional controls needed beyond standard robots.txt configuration.

robots.txt rule

User-agent: ShapBot Disallow: /

Blocking cost

Blocking ShapBot may prevent your site from being indexed by Parallel, which could reduce its visibility in applications that use Parallel's web APIs for search and data retrieval.

Examples

Related bots

Frequently Asked Questions

What does ShapBot do?

ShapBot is a crawler from Parallel that discovers and indexes websites to support Parallel's web APIs, enabling search and data retrieval.

Does ShapBot respect robots.txt?

Yes, ShapBot honors the Robots Exclusion Protocol, so it follows the rules set in your robots.txt file for the user-agent ShapBot.

How can I block ShapBot from crawling my site?

You can block ShapBot by adding a disallow rule for the user-agent ShapBot in your robots.txt file. The page provides a snippet showing how to do this.

What happens if I block ShapBot?

Blocking ShapBot may prevent your site from being indexed by Parallel, which could mean your content won't appear in applications that rely on Parallel's web APIs.

Who operates ShapBot?

ShapBot is operated by Parallel, a company that provides web APIs for developers, and its official documentation is available at docs.parallel.ai.

Data & Sources