Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions examples/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: AgentQL Examples
---

## Overview

Browse our opensource collection of useful example scripts and get started extracting data, scraping, and automating.

## Examples

- [Python Examples](/examples/python)

- [JavaScript Examples](/examples/js)

## Related Content

<Cards>
<Card
title="Example Python Scripts"
description="Collection of example Python scripts"
icon="github"
href = "https://github.com/${process.env.GITHUB_REPO_OWNER}/${process.env.GITHUB_REPO_NAME}/tree/main/examples/python/"
/>
<Card
title="Example JavaScript Scripts"
description="Collection of example JavaScript scripts"
icon="github"
href = "https://github.com/${process.env.GITHUB_REPO_OWNER}/${process.env.GITHUB_REPO_NAME}/tree/main/examples/js/"
/>
</Cards>
Loading