# Get URL

When you use the Get URL node, you can get relevant information about website links, store the relevant information in a variable, and call it for other operations.

Khi bạn sử dụng node Get URL, bạn có thể lấy thông tin liên quan về các links trang web, lưu trữ thông tin liên quan trong một biến và gọi nó cho các hoạt động khác.

<figure><img src="https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2FfsY7gbM6ckUCRu5OsdVO%2Fimage.png?alt=media&#x26;token=51a205db-7c2e-4c9b-a20d-ef3574529e5c" alt=""><figcaption></figcaption></figure>

Let's assume that the URL being opened is: <https://www.etsy.com/search?q=book&ref=search_bar>

Giả sử rằng URL được mở là: <https://www.etsy.com/search?q=book&ref=search_bar>

| parameter           | illustrate                                                                                                                                                                                           |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Content: Full URL   | Lấy toàn bộ URL là: <https://www.etsy.com/search?q=book&ref=search_bar>                                                                                                                              |
| Content: Domain     | <p>Get the domain of the URL: [www.etsy.com](http://www.etsy.com)</p><p></p><p>Lấy domain của URL là: [www.etsy.com](http://www.etsy.com)</p>                                                        |
| Content: Search key | <p>When entering "q", store "book" in variable. When entering "ref", save "search\_bar" in variable.</p><p></p><p>Khi nhập "q", lưu "book" vào biến. Khi nhập "ref", lưu "search\_bar" vào biến.</p> |
| Output Variable     | <p>Save the obtained value into the variable</p><p></p><p>Lưu giá trị lấy được vào biến</p>                                                                                                          |

{% file src="<https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2FzjJn8Km8ETvaGl3wgrnr%2FGet%20URL.txt?alt=media&token=95c9a862-321a-47c4-ae8b-3a423ca7759b>" %}
