Skip to main content
AI Studio  add-on for Spider.
openrainbow.com · HTTP 200

Openrainbow Scraper

Spider read openrainbow.com in 2.2 s without a browser and returned 55 lines of clean markdown, including sections like "Add a Contact in the Business Directory" and "Edit a Business Directory Contact".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response help.openrainbow.com/hc/en-us/articles/20018583389330-Manage-a-Business-Directory.md markdown · 55 lines
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.
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 openrainbow.com.

openrainbow-com-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://openrainbow.com");

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

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 openrainbow.com costs to scrape.

The capture above cost $0.000092 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://help.openrainbow.com/hc/en-us/articles/20018583389330-Manage-a-Business-Directory", "return_format": "markdown"}'

More Directories scrapers.

Start scraping openrainbow.com.

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.