Skip to main content
AI Studio  add-on for Spider.
myoffice.ru · HTTP 200

Myoffice Scraper

Spider read myoffice.ru in 2.4 s without a browser and returned 625 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response support.myoffice.ru/en/help/table/edu/files/file_create_from_template.md markdown · 625 lines
Apply outline settings of the previous shapeSelect the thickness and line typeApply the style of the previous lineChange line length and angleCreate a rule of the Regular highlighting typeCreate a rule of theColor scale typeCreate a rule of the Data bars typeCreate a rule of the Icons typeCopy and paste formatting rulesPaste the last cut or copied dataPaste data while maintaining the original formattingPaste data without preserving the original formattingInsert the result of the formula calculationClear the clipboard historyServer connection indicator and server certificateAutomatic disabling of extensionsEnable or disable the extensionUpdate the extension versionProtect document with a passwordOpen a document with a passwordProtect content from changesProtect the document structureLookup and reference functionsList of supported currenciesApplication: Spreadsheet EducationMyOffice Spreadsheet allows you to work with templates in .xots, .ots and .xltx formats.Templates can be used in the following ways:–Configure automatic selection of a single template for all documents created in MyOffice Spreadsheet. To do this, the template needs to be placed in the MyOffice installation folder.–Select templates when creating documents manually. In this case, you can use an unlimited number of templates located in any folders on the current computer.Configuring automatic template selection does not preclude you from manually selecting a template.Templates in .ots and .xltx format can only be used as auto-selected templates.
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 myoffice.ru.

myoffice-ru-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://myoffice.ru");

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

TitleContentDateSource

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 myoffice.ru costs to scrape.

The capture above cost $0.000506 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://support.myoffice.ru/en/help/table/edu/files/file_create_from_template/", "return_format": "markdown"}'

More International scrapers.

Start scraping myoffice.ru.

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.