# ExtractHyperlinksTool

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/playwright/extract_hyperlinks/ExtractHyperlinksTool)

Extract all hyperlinks on the page.

## Signature

```python
ExtractHyperlinksTool()
```

## Extends

- `BaseBrowserTool`

## Properties

- `name`
- `description`
- `args_schema`

## Methods

- [`check_bs_import()`](https://reference.langchain.com/python/langchain-community/tools/playwright/extract_hyperlinks/ExtractHyperlinksTool/check_bs_import)
- [`scrape_page()`](https://reference.langchain.com/python/langchain-community/tools/playwright/extract_hyperlinks/ExtractHyperlinksTool/scrape_page)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/tools/playwright/extract_hyperlinks.py#L31)