GET openrainbow.com HTTP 2002.2 s6.7 KB$0.000092 captured Aug 7, 2026
openrainbow.com, as data
One API turns any openrainbow.com 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 2.2 s
- Page size
- 6.7 KB of markdown, 55 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This openrainbow.com page cost $0.000092 to fetch.
This article has been translated in other language.This feature is allowed for **Company Administrator** or **Company members** with the **Business Directory** role.Rainbow business directory can contain up to **50,000 contacts** (people and/or companies) shared with company members. This information is available, directly via the **search bar** in their Rainbow application.**Tips**: Administrators can delegate the business directory management to some company members. Learn more.## Add a Contact in the Business DirectoryWhen adding a contact to your business directory, don't hesitate to fill in as many fields as possible. Searches work on all information, enabling your members to find information related to a company, an address or even a job title.1. Open the " **Manage your company**" tab. Select your company , then click on " **Business directory**".2. From the "**Contacts**" tab, click on the "**Add**" button.3. Select the "**Information**" tab to complete information about your contact: first name, last name, email, Company name, phone numbers ... The **Last name** and **Company name** fields are mandatory.4. Enter the "**Add tags**" field and select the tag to add. You can search for an existing tag by entering the first letters of the tag. If the tag doesn't yet exist, you can create it directly by inserting it in the input field.5. Select the "**Address**" tab to add an address for your contact.6. Click on the "**Add**" button to create a new contact in your business directory.**Tips**: Tags are a powerful tool for **optimizing** your members' **searches**. However, it's important to be careful not to create duplicates. We recommend that you create your tags before you create your contacts. Learn more.## Edit a Business Directory ContactYou can modify or complete contact information. It is important to keep your directory up to date to avoid frustration or errors. What Spider does on openrainbow.com
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.
2.2 s · $0.000092Page 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://help.openrainbow.com/hc/en-us/articles/20018583389330-Manage-a-Business-Directory", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://help.openrainbow.com/hc/en-us/articles/20018583389330-Manage-a-Business-Directory", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://help.openrainbow.com/hc/en-us/articles/20018583389330-Manage-a-Business-Directory", {
return_format: "markdown",
});
console.log(page.content); What openrainbow.com costs
Multiplied from the measured 6.7 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 openrainbow.com.
The capture above took 2.2 s and cost $0.000092. The same call takes any URL on openrainbow.com.