You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ You can also try out the tool at [tools.link.sc](https://tools.link.sc)
27
27
## Features
28
28
29
29
- Low code
30
+
- AI Assisted Parsing
30
31
- Built-in browser
31
32
- Website fetch
32
33
- CSS selector/highlighter
@@ -46,6 +47,7 @@ You can also try out the tool at [tools.link.sc](https://tools.link.sc)
46
47
-[x] Extra data to tables
47
48
-[x] Dark mode
48
49
-[x] Javascript Toggle
50
+
-[x] Added ChatGPT
49
51
-[ ] Automatically Generate code
50
52
-[ ] Build a better UI
51
53
@@ -59,6 +61,10 @@ A list of things not working right now:
59
61
4. Difficult to extract link
60
62
5. Javascript rendering does not always work
61
63
64
+
## AI Assisted Parsing
65
+
66
+
ChatGPT is great at extract and grabbing data. However it has a token size limit (8192). So to help break down the token size. You can select specific elements to pass into the prompt. Using CSS Selector to grab a small subset of elements to parse, allowing ChatGPT to extract data from websites.
0 commit comments