applebot
GoodBotCommunity-sourcedApplebot is the official web crawler operated by Apple to index content for Siri, Spotlight, Safari suggestions, and various Apple ecosystem services. Operated by Apple Inc..
What is applebot?
Applebot serves as the primary discovery engine for Apple's ecosystem, systematically traversing the web to populate the knowledge base used by Siri, Spotlight, and Safari. Unlike general-purpose search crawlers, its output is specifically optimized to provide context-aware suggestions and information directly to users across iOS, iPadOS, and macOS devices. It operates under strict guidelines provided by Apple, ensuring that the data collected is used to improve the relevance and accuracy of Apple's integrated search and intelligence features.
Identification
Why it crawls your site
Applebot crawls the web to ensure that Apple's services have access to up-to-date information, allowing for accurate answers to user queries and relevant search suggestions. By indexing web pages, it enables Apple to surface content directly within the operating system's search interfaces without requiring users to navigate to a browser. Site owners can verify the authenticity of the bot by performing a reverse DNS lookup on the requesting IP address, which should resolve to an apple.com domain, and by checking that the User-Agent string matches the official Applebot signature.
IP ranges
Requests from applebot originate from these published ranges. For strict verification, match the source IP against this list in addition to checking the user-agent and reverse-DNS.
Block or allow applebot
Add a Disallow rule for applebot in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.
# Block applebot from crawling your entire site User-agent: applebot Disallow: / # Allow applebot full access User-agent: applebot Allow: /
Ensure your robots.txt allows applebot. Verify requests by checking the user-agent string.
Traffic & trends
No Cloudflare traffic data available.
Loading trend data…
From the community
Recent Reddit discussion mentioning this bot.
Data sources
This profile is compiled from the following sources.