GET oclc.org HTTP 2001.2 s8.9 KB$0.000158 captured Aug 7, 2026
oclc.org, as data
One API turns any oclc.org 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.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 1.2 s
- Page size
- 8.9 KB of markdown, 126 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This oclc.org page cost $0.000158 to fetch.
* If updating the Institution Name for a branch, enter the Branch Registry ID.* SeeRelationshipsfor information about authorizingusers for specific branch registry IDs.Contact OCLC Supportif you do not have access to edit your branch locations in Service Configuration.* Refer to the Holding Codes & Shelving Location Messages page for information aboutthe **Branch Registry ID**.* For information on signing into Service Configuration, seeSigning In.* Navigate to the Name and Location screen.* Update the **Institution Name**.* Once you have edited the Institution Name, update the Display Name in theHolding Codes & Shelving Location Messages module.Caution: After you have completed the above, contact OCLC Support to update internal information regarding this Institution Name.For information on signing into Service Configuration, seeSigning In.### AddressesEnter an addressfor the institution. Address types include:#### Address fields* **Main address**: Theaddress users will see when searching for your institution inWorldCat.org or in OCLC products, such as WorldShare ILL. Only one Main address may be entered per institution.* **Business address**: The Business address informs users of your business address if different from your Main address.Multiple Business addresses may be included in your WorldCat registry public-facing profile.* **Shipping address**: The shipping address for your institution.Multiple Shipping addresses may be included in your WorldCat registry profile.|Enter a descriptive name for the address.Specify a contact name for the address.Institution’s address.Other address information, such as P.O. Box, Suite, etc.City of institution’s location.Select your country from the drop-down list. ISO standard names,see ISO 3166 Country Codes. What Spider does on oclc.org
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
1.2 s · $0.000158Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
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.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://help.oclc.org/WorldCat/WorldCat_registry/OCLC_Service_Configuration_WorldCat_registry/040Name_and_Location", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://help.oclc.org/WorldCat/WorldCat_registry/OCLC_Service_Configuration_WorldCat_registry/040Name_and_Location", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://help.oclc.org/WorldCat/WorldCat_registry/OCLC_Service_Configuration_WorldCat_registry/040Name_and_Location", {
return_format: "markdown",
});
console.log(page.content); What oclc.org costs
Multiplied from the measured 8.9 KB page. Estimates round to the cent.
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 oclc.org.
The capture above took 1.2 s and cost $0.000158. The same call takes any URL on oclc.org.