View Amazon UK bestsellers WS.json
This file contains 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 | |
}, { |
View CBC-Canada-limited-load-more.json
This file contains 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", |
View adac-germany.json
This file contains 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", |
View yellowpages-south-africa.json
This file contains 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 |
View square-enix-store
This file contains 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" |
View amazon-reviews-scraper-2020.json
This file contains 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-reviews-scraper-2020", | |
"startUrl": ["https://www.amazon.com/Ovente-Dual-Sided-Magnification-Electrical-MPWD3185BZ1X7X/product-reviews/B074GCRS9D", | |
"https://www.amazon.com/Columbia-Redmond-Waterproof-Cordovan-Regular/product-reviews/B07JH35P96", | |
"https://www.amazon.com/Merrell-Mens-Moab-Waterproof-Hiking/product-reviews/B01HF9ZN7I", | |
"https://www.amazon.com/Screen-Protector-SPARIN-Tempered-Glass/product-reviews/B013JZCAZK" | |
], | |
"selectors": [{ | |
"id": "Product name", | |
"type": "SelectorText", |