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

Megoplan Scraper

Spider read megoplan.ru in 18.5 s without a browser and returned 301 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response ns1.megoplan.ru/api/API_authorization.md markdown · 301 lines
## Версии Мегаплана## Алгоритм формирования сигнатуры¶### 1. Подготовка строки¶* **Content-Type** - тип данных запроса, например application/x-www-form-urlencoded* **Date** - дата запроса в формате RFC-2822, например Wed, 25 May 2011 16:50:58 +0400 (должна с точностью до секунды совпадать с Date или X-Sdf-Date в заголовке)* **URI** - адрес запроса, например `/BumsTaskApiV01/Task/list.api|xml` для получения списка задачaccountname.megaplan.ru``/BumsTaskApiV01/Task/list.api|xml``### 2. Кодирование строки¶$encrypted = hash_hmac('sha1', $stringToSign, $secretKey, false);### 3. Закодировать полученное в п.2 значение алгоритмом MIME base64¶$signature = base64_encode($encrypted);## Пример сформированных сигнатур и запросов¶Host: example.megatest.localPassword MD5: 827ccb0eea8a706c4c34a16891f84e7bAccessId = "8123c06c365225e110dc"SecretKey = "fd57A98113F7Eb562e34F5Fa1c1fDc362dbdE103"Sign = "GET\n\n\nTue, 09 Dec 2014 10:29:11 +0300\nexample.megatest.local``/BumsCrmApiV01/Contractor/list.api|xml``?FilterId=all&Limit=1&Phone=1"Hash = "NzQzMGZkMGI1OWYyZTQyNGMzMWVhZTMxMDBiZTk2ODRlMGM3ZTY3NQ==""Date: Tue, 09 Dec 2014 10:29:11 +0300X-Authorization: 8123c06c365225e110dc:NzQzMGZkMGI1OWYyZTQyNGMzMWVhZTMxMDBiZTk2ODRlMGM3ZTY3NQ==Sign = "POST\n\napplication/x-www-form-urlencoded\nTue, 09 Dec 2014 11:06:23 +0300\nexample.megatest.local``/BumsCrmApiV01/Contractor/list.api|xml``"Hash = "MjdmZTM5ZTJjM2RhMDliMDdiODk2OWQ0YTYxNDQ1NzllMzU4MjIxYg==""Date: Tue, 09 Dec 2014 11:06:23 +0300X-Authorization: 8123c06c365225e110dc:MjdmZTM5ZTJjM2RhMDliMDdiODk2OWQ0YTYxNDQ1NzllMzU4MjIxYg==Content-Type: application/x-www-form-urlencoded"## Генерация одноразового ключа для авторизации¶URI: `/BumsCommonApiV01/User/createOneTimeKeyAuth.api|xml`## Идентификационная информация¶URI: `/BumsCommonApiV01/UserInfo/id.api|xml`System Message: ERROR/3 (/builds/vmB9mX95x/0/megaplan/megaplan/doc/help/developers/api/API_authorization.rst, line 295)
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 megoplan.ru.

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

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

The capture above cost $0.000069 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://ns1.megoplan.ru/api/API_authorization.html", "return_format": "markdown"}'

More International scrapers.

Start scraping megoplan.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.