Skip to content

Commit 4d43fee

Browse files
authored
docs: tip
1 parent a029b57 commit 4d43fee

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {
7979
})
8080
})
8181
```
82-
83-
**Can even send the whole HTML to the AI to help us operate, because the website content is more complex you also need to describe the location to get more accurately, and will consume a lot of Tokens.**
84-
85-
**Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.**
86-
82+
> [!TIP]
83+
> Can even send the whole HTML to the AI to help us operate, because the website content is more complex you also need to describe the location to get more accurately, and will consume a lot of Tokens.
84+
>
85+
> Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.
8786
Run:
8887

8988
![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.gif)
@@ -1360,12 +1359,10 @@ For ease of viewing, it is formatted here
13601359

13611360
**warning**: x-crawl is for legal use only. Any illegal activity using this tool is prohibited. Please be sure to comply with the robots.txt file regulations of the target website. This example is only used to demonstrate the use of x-crawl and is not targeted at a specific website.
13621361

1363-
## Document
1364-
1365-
x-crawl latest version documentation:
1362+
## Documentations
13661363

13671364
[English](https://coder-hxl.github.io/x-crawl) | [简体中文](https://coder-hxl.github.io/x-crawl/cn)
13681365

1369-
x-crawl v9 documentation:
1366+
x-crawl v9 documentations:
13701367

13711368
[English](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/README.md) | [简体中文](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/docs/cn.md)

0 commit comments

Comments
 (0)