IndeedJobBot

What is IndeedJobBot?

About

IndeedJobBot is Indeed's web scraper that crawls and indexes job postings across the internet to populate the Indeed job search platform with comprehensive employment opportunities. You can see how often IndeedJobBot visits your website by setting up Dark Visitors agent analytics.

Expected Behavior

Due to the wide variety of use cases, there's no way to accurately predict visitation behavior. Scrapers are notorious for ignoring robots.txt rules and accessing disallowed content. This is especially true if they're dispatched to achieve a specific goal rather than for some general purpose.

Type

Scraper
Downloads web content for possibly malicious purposes

Detail

Operated By Indeed
Last Updated 18 hours ago

Insights

Top Website Robots.txts

0%
0% of top websites are blocking IndeedJobBot
Learn How →

Country of Origin

Unknown
IndeedJobBot has no known country of origin

Global Traffic

The percentage of all internet traffic coming from Scrapers

Get These Insights for Your Website
Use the WordPress plugin, Node.js package, or API to get started in seconds.

Robots.txt

Should I Block IndeedJobBot?

Probably. Scrapers usually download publicly available internet content, which is freely accessible by default. However, you might want to block them if you don't want your content to be used for unauthorized purposes.

How Do I Block IndeedJobBot?

⚠️ Manual Robots.txt Edits Are Not Scalable
New agents are created every day. Instead, serve a continuously updating robots.txt that blocks new agents automatically.

You can block IndeedJobBot or limit its access by setting user agent token rules in your website's robots.txt. Set up Dark Visitors agent analytics to check whether it's actually following them.

# robots.txt
# This should block IndeedJobBot

User-agent: IndeedJobBot
Disallow: /

References