Skip to content

Commit c84a10d

Browse files
committed
Edits to crawl4ai
1 parent 3b6cb80 commit c84a10d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/guides/python/python-crawl4ai.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: "Learn how to use Python, Crawl4AI and Playwright to create a headl
77
import ScrapingWarning from "/snippets/web-scraping-warning.mdx";
88
import PythonLearnMore from "/snippets/python-learn-more.mdx";
99

10+
## Overview
11+
12+
This demo showcases how to use Trigger.dev with Python to build a web crawler that uses a headless browser to navigate websites and extract content.
13+
1014
## Prerequisites
1115

1216
- A project with [Trigger.dev initialized](/quick-start)
1317
- [Python](https://www.python.org/) installed on your local machine
1418

15-
## Overview
16-
17-
This demo showcases how to use Trigger.dev with Python to build a web crawler that uses a headless browser to navigate websites and extract content.
18-
1919
## Features
2020

2121
- [Trigger.dev](https://trigger.dev) for background task orchestration
@@ -113,7 +113,10 @@ export function installPlaywrightChromium(): BuildExtension {
113113
}
114114
```
115115

116-
Learn more about the [trigger.config.ts](/config/config-file) file including setting default retry settings, customizing the build environment, and more.
116+
<Info>
117+
Learn more about executing scripts in your Trigger.dev project using our Python build extension
118+
[here](/config/extensions/pythonExtension).
119+
</Info>
117120

118121
### Task code
119122

0 commit comments

Comments
 (0)