Skip to main content
AI Studio  add-on for Spider.
recreation.gov · HTTP 200

Recreation Scraper

Spider read recreation.gov in 218 ms without a browser and returned 288 lines of clean markdown, including sections like "Plan for Your Trip", "Camping & Day Use" and "Interagency & Site Passes".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response recreation.gov/index.md markdown · 288 lines
Rocky Mountain National ParkRogue River-Siskiyou National ForestSalmon-Challis National ForestSan Bernardino National ForestSequoia & Kings Canyon National ParksShasta-Trinity National ForestSleeping Bear Dunes National LakeshoreStanislaus National ForestTennessee-Tombigbee WaterwayUinta-Wasatch-Cache National ForestWallowa Whitman National ForestWhite Mountain National ForestWhite River National ForestWillamette National Forest## Plan for Your TripAccess tools and resources to chart the course for your next getaway or dream vacation, manage your trip details, and enter for the chance to attend special events and excursions that ensure you get the most out of your Recreation.gov experience.## Camping & Day UseReturn to your favorite camping spot or discover a new one that’s right for you.## Interagency & Site PassesCover admission and / or amenity fees for federal lands, waterways, and monuments with annual or lifetime interagency passes that provide access to more than 2,000 federal recreation locations or site passes for multiple visits to your favorite spot.## Find Tours & TicketsReserve tours and tickets to participate in special events and experiences.## Christmas Tree PermitsNational Forests across the country are now offering permits to cut down a Christmas Tree through Recreation.gov. Buy your permit online before you arrive, gather your family and friends, and create memories that help you #BringHomeaStory this holiday season!Learn More about Christmas Tree Permits## Rent Gear and a RidePlanning a trip with Recreation.gov is even easier with rental options. Whether it's an RV to hit the road or outdoor gear like tents, packs, and sleeping bags, enjoy the convenience of renting equipment for your next trip.## Find Inspiration & Information
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on recreation.gov.

recreation-gov-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://recreation.gov");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

TitleDepartmentDateDescriptionDocument URLCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What recreation.gov costs to scrape.

The capture above cost $0.00008 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://recreation.gov/", "return_format": "markdown"}'

More Government scrapers.

Start scraping recreation.gov.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.