Skip to main content

GET geocaching.com HTTP 2005.6 s27.8 KB$0.000103 captured Aug 8, 2026

geocaching.com, as data

One API turns any geocaching.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.

target profile from the capture
Render mode
Plain HTTP, no browser needed
Response
HTTP 200 in 5.6 s
Page size
27.8 KB of markdown, 264 lines
Fields
Business Name, Address, Phone, Category and 2 more
Captured
Aug 8, 2026

Free balance on signup, no card. This geocaching.com page cost $0.000103 to fetch.

response 200 · 5.6 s · 27.8 KB
* Monitor logs for reported problems.* Post an Owner Maintenance log after doing maintenance.* Update the cache page if conditions or coordinates change.* Disable a cache page when the cache is not available or you need time to fix reported problems. A cache page can stay disabled for a reasonable amount of time - generally up to four weeks.* Occasionally mark trackables as missing if they are not in the geocache.* Delete logs that appear to be false or inappropriate.#### Maintain geocache containerTo keep the geocache in proper working order, the cache owner must* Visit the geocache regularly.* Fix reported problems (such as replace full or wet logbook, replace broken or missing container).* Make sure the location is appropriate and change it if necessary.* Remove the geocache container and any physical stages within 60 days after the cache page is archived.Cache owners who do not maintain their existing caches in a timely manner may temporarily or permanently lose the right to list new caches on Geocaching.com.#### Changes after publicationIf you make changes to your cache page or container after publication, and it no longer complies with guidelines, your cache may be disabled or archived.### Physical cachesFor all geocache types with multiple stages, the additional physical or virtual stages must be added to the cache page as Additional Waypoints.* A physical stage is a waypoint where the cache owner has placed an item, such as a container or a tag.* A virtual stage is a waypoint where the cache owner has not placed an item. Geocachers gather information at virtual stages to help them find or complete the cache.For physical caches other than challenge caches, any additional logging requirement (ALR) beyond finding the cache and signing the log must be optional. Caches can be logged online as "Found" after the geocacher has visited the coordinates and signed the logbook.
POST /scrape · geocaching.com/play/guidelines.md · markdown · Showing 20 of 264 lines · captured Aug 8, 2026

What Spider does on geocaching.com

Same key, five endpoints. The numbers under a cell were measured on this page.

/scrape

Page to markdown

Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.

5.6 s · $0.000103
/fetch

Page to JSON

Spider reads the page and names the fields. Pass your own schema when you need exact keys.

/crawl

Whole site

Follows geocaching.com's own links, respects robots, streams pages as they land.

/links

Link graph

Every internal and external URL on a page, before you decide what to fetch.

/screenshot

Rendered capture

Real Chromium, full-page PNG. The same call also returns the rendered HTML.

The call behind the panel

This request produced the response above. Paste it with your key and you get the same bytes.

request scrape.sh
curl -X POST https://api.spider.cloud/scrape \
  -H "Authorization: Bearer $SPIDER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.geocaching.com/play/guidelines", "return_format": "markdown"}'
plain request · no browser, no selectors

What geocaching.com costs

Multiplied from the measured 27.8 KB page. Estimates round to the cent.

cost measured
This page, once 27.8 KB over HTTP, measured $0.000103
This page, daily for a month 30 fetches at the measured price ≈ $0.003102
1,000 pages this size 27.2 MB at the measured price ≈ $0.10
10,000 pages this size 271.7 MB at the measured price ≈ $1.03

1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.

Point this at the rest of geocaching.com.

The capture above took 5.6 s and cost $0.000103. The same call takes any URL on geocaching.com.

Get an API key

More in Directories

All Directories scrapers