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

# Save Web Element

This action saves public data to a table.&#x20;

### Use Cases

Typically, there are two main categories when data is saved: Saving lists and enriching existing data.

**Examples of saving lists**

* Save a list of profiles from LinkedIn to a table (to contact them later or to move them to your CRM)
* Save FB group members
* Save a list of products in a certain category on Amazon to analyze competitors' prices and new products

See workflow set-up example here: [Save Lists](/using-zerowork/using-building-blocks/save-web-element/save-lists.md).

**Examples of enriching existing data**

* Have an existing list of LinkedIn profiles and visit every profile to save additional information such as about section, current job position, email address, etc.
* Have an existing list of Amazon products and visit every product page to save description, price and latest customer review.

See workflow set-up example here: [Enrich Existing Data](/using-zerowork/using-building-blocks/save-web-element/enrich-existing-data.md).


---

# 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.zerowork.io/using-zerowork/using-building-blocks/save-web-element.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.
