Skip to main content
AI Studio  add-on for Spider.
icoremail.net · HTTP 200

Icoremail Scraper

Spider read icoremail.net in 1.3 s without a browser and returned 69 lines of clean markdown, including sections like "Client settings", "telnet mailserverip 25" and "telnet mailserverip 110".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response c6.icoremail.net/coremail/help/clientoption.jsp.md markdown · 69 lines
## Client settings* 5) Click "Other Settings" - "Send Server" and select "My Send" Server (SMTP) requires authentication" and "Use the same settings as the receiving mail server";* 6) Click [OK], return to the previous page and click [Next] to complete the settings, if your mail is sent or received SSL encryption is required. Please connect SSL and select the following encryption type for the sending server: SSL;* 7) Click [OK], return to the previous page and click [Next] to complete the setting.How to sync schedule and organization contacts on Outlook/Foxmail?* You can install Coremail corporate contacts plugin to sync corporate contacts. Coremail corporate users can install this plugin to import full organization structure of corporate contacts to the Client, sync schedules, accept and send meeting invitation, and share schedules to others.* Please download the plugin of latest version on Coremail website>Service and Support>Download.Why cannot I send and receive mail using Outlook and Foxmail after installation?Please check the firewall related settings. One is whether the firewall that comes with the operating system has 25 ports. The other one is the professional firewall that the user purchased and installed.You can check if you can connect to ports 25 and 110 of the mail server by:# telnet mailserverip 25// If there is no firewall limit, return " 220" and wait for the users next command.# telnet mailserverip 110// If there is no firewall limit, return "+OK" and wait for the users next command.If there is a limit, for the firewall that comes with the Linux operating system, you can use the following method to close:# setupSelect "Firewall configuration"Select "Disable" after the security levelFor users who purchase additional firewalls, please consult their respective administrators.Why cannot I get POP mail from the server?* 1) The client software configuration is incorrect. Please check the server address, user password troubleshooting;
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 icoremail.net.

icoremail-net-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://icoremail.net");

// 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 icoremail.net costs to scrape.

The capture above cost $0.000028 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://c6.icoremail.net/coremail/help/clientoption.jsp?locale=en_US", "return_format": "markdown"}'

More Directories scrapers.

Start scraping icoremail.net.

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.