Browser

Collect information from your web browser to create new features.

The Browser integration collects information from your web browser to create new features in Glide.

Paid Plan Required

A paid plan is required to use this feature. Check out our pricing to find the right plan for you.

Adding the Integration

1

In Glide, click the Settings icon in the upper-right corner.

2

Navigate to the Integrations tab and then select Browser.

3

Click the Add button.

Get Webpage Source

The Get Webpage Source feature can be used as a computed column or an action. When given a URL, the feature will return the webpage source for that URL as HTML. You can use this feature to pull data from publicly accessible web pages.

Note that this feature cannot pull data from dynamic web pages, like those that use React.

1

Open the table where you want to use the Get Webpage Source feature.

2

Add a new URL column by clicking the (+) plus symbol to the right of the table. This will store the URL you pull the source from.

  • New columns added with the plus button will always appear on the right. If you’d like to add a column somewhere else in your data, you can select the dropdown menu on an existing column and choose Add column right. You can also click and drag columns to rearrange them.
3

Add a Get Webpage Source column to store the result. Search for ‘Get Webpage Source’ or navigate to Integrations → Browser → Get Webpage Source.

4

Select the URL column you created as the URL source, or enter a custom value.

5

The default Refresh after rate is 30 days. If you’d like the column to refresh more frequently, enter a time period in seconds. Note that every time the column refreshes and data has changed, it will cost an update.

HTML to URL

The HTML to URL feature uses a common technique for rendering HTML in web view, transforming it into a clickable URL.

1

Open the table where you want to use the HTML to URL feature.

2

Add a new text column by clicking the (+) plus symbol to the right of the table. This column will store the image you extract text from. This will store the HTML you use as the input for your computed column.

  • New columns added with the plus button will always appear on the right. If you’d like to add a column somewhere else in your data, you can select the dropdown menu on an existing column and choose Add column right. You can also click and drag columns to rearrange them.
3

Add a HTML to URL column to store the result. Search for ‘HTML to URL’ or navigate to Integrations → Browser → HTML to URL.

4

Select the HTML column you created as the HTML source, or enter a custom value.

Frequently Asked Questions