Skip to main content
AI Studio  add-on for Spider.
one-line.com · HTTP 200

One-line Scraper

Spider read one-line.com in 500 ms without a browser and returned 121 lines of clean markdown, including sections like "Insights" and "ONE SUBSCRIPTION".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response one-line.com/index.md markdown · 121 lines
**Press Release** Mar 30, 2026 ### Ocean Network Express Secures Stake in Hutchison Laemchabang Terminal Singapore, 30 March 2026 – Ocean Network Express (ONE) has announced the signing of a share purchase agreement for a 30% stake in Hutchison Laemchabang Terminal Limited (HLT) located in Laem Chabang, Thailand. **Read more » ****Press Release** Mar 24, 2026 ### Ocean Network Express to Enhance Network Reliability Through Strategic Partnership with Dongwon Group and Investment in Busan Terminal Singapore, 24 March 2026 - Ocean Network Express (ONE) has successfully completed a long-term partnership agreement with Dongwon Group by acquiring an indirect but meaningful share in its secondary subsidiary, Dongwon Global Terminal Busan (DGT). **Read more » **## Insights**Insights** Jul 15, 2026 ### Why Visibility Matters More Than Ever in Cold Chain Logistics Discover how ONE's CONTAINER+ brings real-time visibility to cold chain logistics. Protect fresh produce, pharma, and revenue with smart reefer monitoring. **Read more » ****Insights** Jun 17, 2026 ### How ONE QUOTE Complements Your Shipping Foundation Discover how combining long-term contract shipping with agile spot market rates helps protect profit margins, avoid capacity bottlenecks, and build a resilient supply chain. **Read more » **### CSR Site ONE is committed to promote sustainable practices with its suppliers and business partners[ ### South Pacific Service (SPS) Click to find out more about our new weekly SPS Service which connects key ports in East Asia and the South Pacific region. Read More ](<https://www.one-line.com/sites/oneglobal/files/2023-11/ONE_Brochure_SouthPacific_2023 (v2).pdf>) ### ONE eCommerce ONE eCommerce service is designed to give you a quick, simple, and convenient way to help save you time and money.## ONE SUBSCRIPTIONONE respects your privacy. We will not share your information with any third party organisations.
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 one-line.com.

one-line-com-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://one-line.com");

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

Business NameAddressPhoneCategoryRatingWebsite

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 one-line.com costs to scrape.

The capture above cost $0.000216 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://one-line.com/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping one-line.com.

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.