> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/data_import/web-scraping.md).

# Web Page Scraping

You can import data in `<TABLE>` tag in web sites. For example, if you want to scrape Unicorn company data from [CB Insight's The Global Unicorn Club](https://www.cbinsights.com/research-unicorn-companies) , you can do it as follows.

![](/files/-M4oN6LdmzsNf_8lx_Gx)

Click '+' button next to 'Data Frames' and Select 'Import by Writing Scraping Web'.

![](/files/-M4oN6LfI033HlhZU2Ug)

Type a name for Data Frame, type an URL, and click 'Preview' button.

![](/files/-M4oN6Lh3yPdpDUpF_Wi)

If the page has multiple `<TABLE>` tag, select a table that you want to get data from List of tables, Review the data in the preview table and click 'Import' button to import the data. Now the data is in Exploratory.

![](/files/-M4oN6LjDiixC_xYl379)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exploratory.io/data_import/web-scraping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
