GET usm.my HTTP 2002.7 s9.6 KB$0.000057 captured Aug 8, 2026
usm.my, as data
One API turns any usm.my 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 2.7 s
- Page size
- 9.6 KB of markdown, 78 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 8, 2026
Free balance on signup, no card. This usm.my page cost $0.000057 to fetch.
Archives of Orofacial SciencesAuthors are responsible for the accuracy of the references.References to journals should provide the name(s) of the author(s), year, title of the paper and journal, volume and issue number, page numbers and**DOI**(where applicable). The journal abbreviations applied in the*Index Medicus*system should be used.* Zulkipli AS, Alam MK, Patel ES, Haque S (2018). A perceptual evaluation of resonance disorders in children with repaired unilateral cleft lip and palate in Hospital Universiti Sains Malaysia.*Bangl J Med Sci*,**17**(2): 282–289.https://doi.org/10.3329/bjms.v17i2.35885References to books/monographs should give the name(s) of the author(s), year, title of book, edition number, place of publication, publisher and page numbers.* Hupp JR, Ellis E III, Tucker MR (2013).*Contemporary Oral and Maxillofacial Surgery*, 6th edn. St. Louis: Elsevier Mosby, pp. 585–615.References to chapter in books/monographs should give the name(s) of the author(s), year, chapter title, editors, title of book, edition number, place of publication, publisher and page numbers.* Fejerskov O, Nyvad B, Kidd EAM (2003). Clinical and histological manifestations of dental caries. In: Fejerskov O, Kidd EAM (eds.),*Dental Caries – The Disease and Its Clinical Management*. London: Blackwell Munksgaard, pp. 71–97.Ahead of Print / Advance Online PublicationIf an article has been published online ahead of the print version, you can use the year it was published online, and then add the phrase "Advance online publication" prior to the DOI. Note that advance online publications do not have volume, issue, or page numbers.Donnell CC, Woolley JJ, Worthington SW (2021). Advertising and facial aesthetics in primary care:how compliant are practice websites and social media with published guidance?*Br Dent J*,[Advance online publication].https://doi.org/10.1038/s41415-021-2718-4Authors are required to add as much electronic retrieval information as needed for others to locate the cited sources. What Spider does on usm.my
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.
2.7 s · $0.000057Page 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://aos.usm.my/index.php?view=article&id=80:instructions-for-authors&catid=24", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://aos.usm.my/index.php?view=article&id=80:instructions-for-authors&catid=24", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://aos.usm.my/index.php?view=article&id=80:instructions-for-authors&catid=24", {
return_format: "markdown",
});
console.log(page.content); What usm.my costs
Multiplied from the measured 9.6 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 usm.my.
The capture above took 2.7 s and cost $0.000057. The same call takes any URL on usm.my.