https://github.com/gptscript-ai/search-website
Tool to find information from a specific website
https://github.com/gptscript-ai/search-website
Last synced: 12 months ago
JSON representation
Tool to find information from a specific website
- Host: GitHub
- URL: https://github.com/gptscript-ai/search-website
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-03-12T17:51:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:32:28.000Z (almost 2 years ago)
- Last Synced: 2025-06-28T23:42:48.500Z (12 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search Website
This is a tool for GPTScript that searches a particular website for answers to a query.
It stays on one website and uses links to navigate to other pages on the site.
## Example
```
tools: github.com/gptscript-ai/browse-web-page
How can I represent an array of strings in JSON Schema? Docs are at https://json-schema.org/.
```
## License
This tool is available under the Apache License 2.0. See [LICENSE](LICENSE) for more information.