GET icoremail.net HTTP 2001.3 s6.1 KB$0.000028 captured Aug 8, 2026
icoremail.net, as data
One API turns any icoremail.net page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 1.3 s
- Page size
- 6.1 KB of markdown, 69 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 8, 2026
Free balance on signup, no card. This icoremail.net page cost $0.000028 to fetch.
## 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; What Spider does on icoremail.net
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
1.3 s · $0.000028Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://c6.icoremail.net/coremail/help/clientoption.jsp?locale=en_US", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://c6.icoremail.net/coremail/help/clientoption.jsp?locale=en_US", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://c6.icoremail.net/coremail/help/clientoption.jsp?locale=en_US", {
return_format: "markdown",
});
console.log(page.content); What icoremail.net costs
Multiplied from the measured 6.1 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of icoremail.net.
The capture above took 1.3 s and cost $0.000028. The same call takes any URL on icoremail.net.