🏛 Part of the "ai" topic shelf →
426 Visits in One Day, Then Silence: How Meta's AI Crawler Reads in Batches
On day one of our new observation instrument, Meta's crawler visited 426 times, then went quiet. It focused on news fact cards and the author page, and almost every request went back to origin. A behavioral profile of burst-style batch crawling.
Day one, and a visitor who was not browsing
km.idaeo.ai's self-built observation instrument went live at 2026-08-10 07:52 UTC. On its very first day, a visitor with unusual behavior showed up: Meta's AI crawler, under the UA name meta-externalagent.
Why build your own instrument? Because ordinary traffic reports cannot show you what AI crawlers read. They do not click ads, fill forms, or leave comments; they come and go. Only logs at the server and edge layers tell you who is reading your content, and how.
This visitor was decisive. It visited 426 times, all concentrated in a single day. The last hit landed at 14:10 UTC, and then it went quiet. Like a customer who walks into your shop on opening day, photographs the entire store — menu, walls and all — and leaves. At least within the window we can see, it has not come back. That shape — come once, sweep everything, disappear — is exactly what this article profiles.
What it read: news fact cards, plus the author page
Its reading list, top entries: homepage, 29 times; the news fact card insight/ank-2026-07-28-003, 28 times; ank-2026-07-16-001 and ank-2026-07-16-003, 25 times each; the /insight list page, 24 times; the /tag/ank tag page, 24 times; favicon, 14 times; the author page (Takenouchi Rin), 10 times.
A term first: a news fact card is a content format on this site that breaks one news item into a structured card with sources and timestamps — one card states one fact clearly. For machines, the format is easy to digest: clear boundaries, checkable sources, no need to dig the point out of a long article.
Two signals hide in this list. First, its staple diet is exactly these fact cards, not random page-flipping. List and tag pages also rank high, suggesting it read the catalog first, then fetched cards one by one — the path of a planned purchase, not window shopping. Second, it made a point of visiting the author page. Like a publishing editor screening manuscripts: judge the piece first, then go back and check who wrote it and what else they wrote. Reading “content plus author” together is a typical outline of training-corpus curation — picking material, and noting where the material came from.
Almost every time, it walked into the kitchen
Now look at how it used the cache. In the CF edge-cache window starting 08:00Z on 08-10, the distribution was: dynamic 359, miss 46, expired 27, and hit only 1.
In plain terms: a hit means “take the ready-made copy off the shelf”; dynamic, miss, and expired all mean “ask the kitchen to cook it fresh” — the request really went back to the origin server and read the content in full. Almost everything went back to origin, which means it was not passing by to say hello; it was seriously carrying things home.
This has practical meaning for site owners. The cost of cache-hit traffic is mostly absorbed by the edge layer; origin-bound traffic is what consumes your origin server's compute and bandwidth. In other words, this style of crawling leaves real load, not splash. Small sites especially should know: the weight a batch crawler's single-day burst puts on your origin, and the weight it puts on the cache, are two different things.
Compared with other crawlers, a different animal
A previous article recorded this site's cumulative ledger: ClaudeBot crawled 6.44M times and GPTBot 5.62M times (source: https://km.idaeo.ai/ai/ai-crawler-marketing). That pattern is a slow, steady stream — coming every day, turning page after page.
There is also a control group on tempo. The same article measured: after a new page goes live, ClaudeBot's median first crawl arrives within 4.2 hours; OAI-SearchBot's median takes 332.8 hours, which is 13.9 days. One is the neighbor around the corner; the other is a distant relative.
What Meta showed this time is a third rhythm: not daily, not slow, but a single-day burst sweep followed by silence. Like a wholesaler stocking up: haul away the whole batch at once, with no retail-style daily rounds. This shape usually corresponds to a “batch collection” way of working — a scheduled job starts, sweeps, and clocks out — rather than the real-time lookup where a user asks a question and the machine fetches one page on the spot. We cannot verify from outside what the data is used for; we can only record honestly: the shape looks like stocking up, not price-checking.
A necessary reminder: the cumulative numbers above come from an older instrument with a much longer observation window, while Meta's 426 visits come from the new instrument's first day. Different instruments, different windows — the magnitudes are not directly comparable. This section compares the shape of behavior, not its size.
The boundaries of this profile, stated up front
- Single-site observation: only km.idaeo.ai. On other sites, Meta may behave entirely differently.
- The instrument has run for only 1.5 days: the sample is very young. “It stopped afterwards” only means nothing more was seen within the window, not that it will not return.
- The cache-distribution window starts at 08:00Z on 08-10 and does not fully overlap the visit-count window; the two sets of numbers cannot be added to or subtracted from each other.
- Identification relies on the UA: we identify by the UA name meta-externalagent, with no reverse-IP verification. UAs can be forged.
If you see this pattern on your own site
- A single-day burst followed by silence is most likely batch collection, not continuous surveillance. Do not rush to conclude you are being targeted.
- What it reads is more informative than how many times it comes. Content pages plus the author page is a curation signal; homepage and favicon only is usually just scouting.
- If you want to state a position, your robots.txt is the first stop. Work out what it has read from you before deciding to welcome or decline.
- If you want evidence, install your instrument early. Crawler behavior evidence evaporates fast: had we gone live one day later, these 426 visits would not exist in any record.
FAQ
- Who is meta-externalagent?
- The UA name used by Meta's AI crawler. All statistics in this article use this UA name as the identification basis, with no reverse-IP verification — as stated in the limitations section.
- meta-externalagent とは誰ですか? — Meta 傘下の AI クローラーが使う UA 名です。本稿の統計はすべてこの UA 名を識別基準としており、IP の逆引き検証はしていません。この点は本文の限界の節に明記しています。
- Who is meta-externalagent? — The UA name used by Meta's AI crawler. All statistics in this article use this UA name as the identification basis, with no reverse-IP verification — as stated in the limitations section.
- Is 426 visits a lot or a little?
- It depends on the comparison. In the previous cumulative ledger, ClaudeBot had 6.44M visits (https://km.idaeo.ai/ai/ai-crawler-marketing); next to that, 426 is small change. But the instruments and windows differ, so only the shape of behavior can be compared, not the size.
- 426 回は多いのですか、少ないのですか? — 比べる相手によります。前作の累計では ClaudeBot が 6.44M 回で(https://km.idaeo.ai/ai/ai-crawler-marketing)、それと比べれば 426 は端数です。ただし観測手段も窓も異なるため、比べられるのは行動の形だけで、大きさは比べられません。
- Is 426 visits a lot or a little? — It depends on the comparison. In the previous cumulative ledger, ClaudeBot had 6.44M visits (https://km.idaeo.ai/ai/ai-crawler-marketing); next to that, 426 is small change. But the instruments and windows differ, so only the shape of behavior can be compared, not the size.
- Why did it almost never hit the cache?
- The in-window distribution was dynamic 359, miss 46, expired 27, hit 1. Almost every request really went back to the origin server to read content. For site owners this means real origin load, not traffic absorbed at the edge.
- なぜほとんどキャッシュを使わないのですか? — 窓内の分布は dynamic 359、miss 46、expired 27、hit 1 でした。ほぼ毎回のリクエストが本当にオリジンサーバーまで内容を読みに来ています。サイト運営者にとっての意味は、これがエッジ層で止まったトラフィックではなく、実際のオリジン負荷だということです。
- Why did it almost never hit the cache? — The in-window distribution was dynamic 359, miss 46, expired 27, hit 1. Almost every request really went back to the origin server to read content. For site owners this means real origin load, not traffic absorbed at the edge.
- Is it selective about content?
- The list shows clear preferences: news fact cards were read most (for example, ank-2026-07-28-003 was read 28 times), and it deliberately read the author page 10 times. Looking at content and author together resembles curation more than blind scanning.
- コンテンツを選んでいますか? — リストには明確な好みが見えます。ニュースファクトカードが最も読まれ(例:ank-2026-07-28-003 は 28 回)、著者ページもわざわざ 10 回読んでいます。コンテンツと著者をセットで見るのは、盲目的なスキャンより選材に近い動きです。
- Is it selective about content? — The list shows clear preferences: news fact cards were read most (for example, ank-2026-07-28-003 was read 28 times), and it deliberately read the author page 10 times. Looking at content and author together resembles curation more than blind scanning.
- Will it come back?
- We do not know. The instrument has run for only 1.5 days; “it stopped afterwards” is only a fact within the window. This question is currently NA — we will answer it when there is enough data.
- また戻ってきますか? — 分かりません。観測はまだ 1.5 日で、「その後止まった」は窓の中の事実にすぎません。この問いは現時点で NA(回答不能)とし、データが揃ってから答えます。
- Will it come back? — We do not know. The instrument has run for only 1.5 days; “it stopped afterwards” is only a fact within the window. This question is currently NA — we will answer it when there is enough data.
- I do not want it crawling my site. What can I do?
- The first technical step is stating your position in robots.txt. This article will not decide for you whether to block: first find out what of yours it has read, then weigh the trade-off.
- クロールされたくない場合はどうすればいいですか? — 技術的な第一歩は robots.txt での意思表示です。ブロックすべきかどうかを本稿は代わりに決めません。まず何を読まれたかを把握し、それから取捨を判断してください。
- I do not want it crawling my site. What can I do? — The first technical step is stating your position in robots.txt. This article will not decide for you whether to block: first find out what of yours it has read, then weigh the trade-off.
- Does this data represent Meta's crawler behavior overall?
- No. Single site, a single-day burst, a 1.5-day instrument window — this is a behavioral profile, not industry statistics. Treat it as one verifiable starting observation.
- このデータは Meta のクローラー全体の行動を代表しますか? — 代表しません。単一サイト、単日バースト、1.5 日の観測窓。これは行動プロファイルであって、業界統計ではありません。検証可能な観察の出発点として扱ってください。
- Does this data represent Meta's crawler behavior overall? — No. Single site, a single-day burst, a 1.5-day instrument window — this is a behavioral profile, not industry statistics. Treat it as one verifiable starting observation.
Source anchors
- km.idaeo.ai 自建邊緣觀測儀器(2026-08-10 07:52 UTC 開機;本文到訪數、閱讀清單、快取分佈的唯一來源) · https://km.idaeo.ai
- 前作〈AI 爬蟲行銷帳〉(ClaudeBot 6.44M/GPTBot 5.62M 累計;首爬 ClaudeBot 4.2 小時/OAI-SearchBot 332.8 小時=13.9 天) · https://km.idaeo.ai/ai/ai-crawler-marketing
- 前作〈五個月帳本〉(系列脈絡,本文正文未引用其數字) · https://km.idaeo.ai/ai/ai-crawler-shop-ledger
- 前作〈語言結構〉(系列脈絡,本文正文未引用其數字) · https://km.idaeo.ai/ai/visibility-lesson-1
Cite this article
TK Lin・《426 Visits in One Day, Then Silence: How Meta's AI Crawler Reads in Batches》・IDAEO 知識庫・2026-08-11・https://km.idaeo.ai/ai/meta-crawler-burst