-
Would be neat if you could do pagination when running `shot-scraper javascript` - by running extra JavaScript that returns the URL of the next page to visit.
-
A Vendor has the following attributes:
- **Name:** The business name of the vendor
- **Billing Address:** The billing address of the vendor
- **Nationality:** The billing country of the vendor …
-
Hello,
I couldn't test your bot as I've got missing dependencies. I've got selenium package (3.141.0), but I couldn't find selenium_scraper. It also seems to have too much import: json, pandas, pp…
-
Try using BeautifulSoup as your HTML parser. It does a good job of cleaning up the code.
hanej updated
8 years ago
-
### Describe the bug
After logging in to my Amazon account and syncing my highlights, I would like to sign out as suggested in the Security section of Git Hub. I click the Sign Out button in the sett…
-
```
What steps will reproduce the problem?
1.just think to put it her ,maybe for future scraper , have nice more info that
not have in other one .
2.
3.
What is the expected output? What do you see …
-
```
from configuration import ConfigStore, ConfigValue # FIXME: Fix import
```
https://github.com/humlab/amazon-scraper/blob/48779485c2eaa36a4e41212b86d3221ce43afbda/amazon_scraper/amazon_scraper…
-
I am very interested in using this tool however I'm concerned about its ability to work with some UK only sites as I saw there were issues with UK amazon and ebuyer.
Native support for:
- currys.co.…
-
If you have implemented a project that has not been included in this repository yet, you can open up a PR!
-
Hi,
When I want to scrape the last 100 posts on a Facebook page:
```
facebook_ai = Facebook_scraper("facebookai",100,"chrome")
json_data = facebook_ai.scrap_to_json()
print(json_data)
```
Onl…