Commit c851b23
fix: number of google pages results, limited perms, improvements from WCC (#81)
* fix: number of google pages results
* Update src/crawlers.ts
Co-authored-by: Matyáš Cimbulka <[email protected]>
* Update src/crawlers.ts
Co-authored-by: Matyáš Cimbulka <[email protected]>
* refactor: user data handling for the serp pagination
* refactor: remove duplicate code
* fix: update request handler to use addRequests for search crawler
* make code more typescripty
* add var for better readability
* feat: update libs for limited perms, fix and speed up Dockerfile build, fix wrong imports, firefox patches and policies, NY TZ (#82)
* feat: update libs for limited perms, fix and speed up Dockerfile build, fix wrong imports
* magic number to const
* lint
* fix lint, update crawlee
* add firefox policies, patches, set NY TZ
* add ghostery blocker
* Squashed commit of the following:
commit 7aadecd
Author: MQ37 <[email protected]>
Date: Wed Nov 26 11:14:09 2025 +0100
add var for better readability
commit fd02b0a
Author: MQ37 <[email protected]>
Date: Wed Nov 26 11:09:57 2025 +0100
make code more typescripty
* fix playwright version, fix types.ts
* fix playwright version for the patch
* fix merge issue
* Update src/utils.ts
Co-authored-by: Matyáš Cimbulka <[email protected]>
---------
Co-authored-by: Matyáš Cimbulka <[email protected]>1 parent c7e66e7 commit c851b23
File tree
16 files changed
+3615
-2401
lines changed- .actor
- patches
- scripts
- src
- google-search
- website-content-crawler
16 files changed
+3615
-2401
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | | - | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
65 | | - | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments