Skip to content

Commit 824ea3a

Browse files
authored
fix: update selectors for organic search results (#64)
1 parent 52b5066 commit 824ea3a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
This changelog summarizes all changes of the RAG Web Browser
22

3+
### 1.0.12 (2025-03-24)
4+
5+
🐛 Bug Fixes
6+
- Updated selector for organic search results and places
7+
38
### 1.0.11 (2025-03-21)
49

510
🐛 Bug Fixes

src/google-search/google-extractors-urls.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const scrapeOrganicResults = ($: CheerioAPI) => {
6464
'.g .tF2Cxc>.yuRUbf', // old search selector 2021 January
6565
'.g [data-header-feature="0"]', // old search selector 2022 January
6666
'.g .rc', // very old selector
67+
'.sATSHe', // another new selector in March 2025
6768
];
6869

6970
if (areTheResultsSuggestions($)) {

0 commit comments

Comments
 (0)