Skip to main content
AI Studio  add-on for Spider.
usm.my · HTTP 200

Usm Scraper

Spider read usm.my in 2.7 s without a browser and returned 78 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response aos.usm.my/index.md markdown · 78 lines
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.
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 usm.my.

usm-my-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://usm.my");

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

TitleContentDateSourceCategory

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 usm.my costs to scrape.

The capture above cost $0.000057 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://aos.usm.my/index.php?view=article&id=80:instructions-for-authors&catid=24", "return_format": "markdown"}'

More International scrapers.

Start scraping usm.my.

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.