This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "amazon-uk-bestsellers-paginate", | |
"startUrl": ["https://www.amazon.co.uk/gp/bestsellers/books/"], | |
"selectors": [{ | |
"id": "Item wrappers", | |
"type": "SelectorElement", | |
"parentSelectors": ["_root", "Next page"], | |
"selector": "ol li div.aok-relative", | |
"multiple": true | |
}, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "cbc-load-more", | |
"startUrl": ["https://www.cbc.ca/search?q=quebec%20tourism§ion=all&sortOrder=relevance&media=all"], | |
"selectors": [{ | |
"id": "Separate Load More", | |
"type": "SelectorElementClick", | |
"parentSelectors": ["_root"], | |
"selector": " div.contentListCards", | |
"multiple": false, | |
"delay": "3700", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "adac-test", | |
"startUrl": ["https://www.adac.de/rund-ums-fahrzeug/autokatalog/marken-modelle/citroen/berlingo/2generation-facelift-2/"], | |
"selectors": [{ | |
"id": "Open accordians", | |
"type": "SelectorElementClick", | |
"parentSelectors": ["_root"], | |
"selector": "main div[class^='sc']:contains('Fahrzeuge') div[role='button'] ~ div[class^='sc']", | |
"multiple": true, | |
"delay": "2100", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "yellowpages-co-za", | |
"startUrl": ["https://www.yellowpages.co.za/search?what=accounting+services&where=pinetown"], | |
"selectors": [{ | |
"id": "listing wrappers", | |
"type": "SelectorElement", | |
"parentSelectors": ["_root"], | |
"selector": "div.yp-object-result-item", | |
"multiple": true, | |
"delay": 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "forum-square-enix-store", | |
"startUrl": ["https://store.na.square-enix-games.com/en_US/merchandise/all-merchandise"], | |
"selectors": [{ | |
"id": "Separate scroller", | |
"type": "SelectorElementScroll", | |
"parentSelectors": ["_root"], | |
"selector": "a.product-link-box", | |
"multiple": true, | |
"delay": "2100" |