Skip to main content
AI Studio  add-on for Spider.
uscg.mil · HTTP 200

Uscg Scraper

Spider read uscg.mil in 1.3 s without a browser and returned 127 lines of clean markdown, including the section "Historic Photo Gallery".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response history.uscg.mil/browse-by-topic/Aviation/Article/3052142/air-station-brooklyn-new-york.md markdown · 127 lines
Air Station Brooklyn, New York > United States Coast Guard > AirFinally, in the distance, the purr of radial engines could be heard approaching. A sound that was all too familiar over Floyd Bennett Field decades ago, four old SNJ Navy Trainers, now employed as sky typers, flew over trailing their plumes of colored smoke. As the day moved on, the crowds dwindled and the open house came to a close. By afternoon on Monday, May 15, all visiting aircraft had departed.Coast Guard Air Station Brooklyn was decommissioned in May, 1998 and its resources transferred to the newly established Group-Air Station Atlantic City, which opened 8 June 1998.## Historic Photo GalleryUnless otherwise indicated all photos are official U.S. Coast Guard photographs. Any original caption information is included in the text beneath each photo, along with a date, if known. Click on the thumbnail to access a 300 dpi image.[](<file://hqsms-msdb-001/AppsData/G-I/CG-09224 Historian/WEBSITE/Stations (& Units)/AIRSTAs/img/airstabrooklyn1939_aerial_1_300.jpg>)Original photo caption: "U.S.C.G. Air Station, Floyd Bennett Field, N.Y. [:] Air view of station and grounds, south-west side [; photo was] attached to memo to Comdr Leamy/10 Nov 43."; photo dated 6 June 1939; Photo No. 63; photo by J. E. Horwath.[](<file://hqsms-msdb-001/AppsData/G-I/CG-09224 Historian/WEBSITE/Stations (& Units)/AIRSTAs/img/airstabrooklyn_helotrainer_300.jpg>)No caption/date/photo number; photographer unknown. The first helicopter trainer.[](<file://hqsms-msdb-001/AppsData/G-I/CG-09224 Historian/WEBSITE/Stations (& Units)/AIRSTAs/img/airstabrooklyn1955_1_300.jpg>)Original photo caption: "Coast Guard Air Station Brooklyn, circa 1955. A Sikorsky HO35-1G and a Grumman UF-16 Albatross are on the tarmac."; no photo number; photographer unknown.Air Station Files, U. S. Coast Guard Historian's Officewww.aero-web.org/history/fbennett/cgasb_tn.htmwww.aero-web.org/history/fbennett/cgasb_50.htm
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 uscg.mil.

uscg-mil-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://uscg.mil");

// 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.

TitleDepartmentDateDescription

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 uscg.mil costs to scrape.

The capture above cost $0.000645 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://www.history.uscg.mil/browse-by-topic/Aviation/Article/3052142/air-station-brooklyn-new-york/", "return_format": "markdown"}'

More Government scrapers.

Start scraping uscg.mil.

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.