All Questions
18 questions
0
votes
0
answers
53
views
vba getelelementbyclassname()
I'm beginner
I am studying about web scraping but, I have some problem i can't solve by myself.
I need your soultion.
I'm finding it that how to input getelementbytagname(a) in ...
-2
votes
1
answer
199
views
I'm getting stuck at vba runtime error 424
I'm getting
run-time error 424
in 68th row (line)
request.Open "GET", Url, False
and I don't know how to fix it.
My previous question I posted ;
How to scrape specific part of online ...
0
votes
0
answers
1k
views
How to scrape specific part of online english dictionary?
Hello experts and friends from all over the world.
I'm a non-english speaker who's learning english recently, and from last week I have been making huge english vocabulary list which contains phonetic ...
1
vote
1
answer
657
views
Loop through links and download PDF's
I have a code that has been here for a while with different types of questions. This is getting closer to it's final version. However now I have a problem that there is mistake in the code and part of ...
2
votes
2
answers
87
views
Store links in Computer memory instead of excel worksheet
I am trying to create web-scraper aka web-crawler to download PDF files from website. I would like to download all PDF files to C:\temp\. I have my links to sub pages on Excel sheet A1:A17 currently.
...
-3
votes
1
answer
2k
views
Scraping the table data from accuweather website
Hi I want to scrap the data from the table. I need all the weather information for all days
click to see image
Please check this link
https://www.accuweather.com/en/in/bengaluru/204108/month/204108?...
0
votes
1
answer
686
views
Web crawling Accuweather
I want to capture the current weather (88 in image)information from the website
Check the image
https://www.accuweather.com/en/in/bengaluru/204108/weather-forecast/204108
I have used the following ...
0
votes
0
answers
65
views
Issue in web scraping through vba from web page in internet explorer
I would like to create a crawler which scraps city names and their respective number of restaurants from the website, but I am getting errors and unable to understand the process of getting class ...
2
votes
1
answer
3k
views
Scraping the source code using VBA-Macros
I need to crawl the price values from the price comparison website (product link: https://www.toppreise.ch/prod_488002.html). I am not able to scrape. see the highlighted price in the image that I ...
1
vote
1
answer
130
views
How to get all the links leading to the next page?
I've written some code in vba to get all the links leading to the next page from a webpage. The highest number of next page links is 255. Running my script, I get all the links within 6906 links. That ...
1
vote
1
answer
82
views
How to shake off duplicate links while parsing web-data?
I've written some script in vba to parse the links leading to the next page from a torrent site. My script is able to scrape them. However, the issue I'm facing is that couple of duplicate links ...
1
vote
1
answer
533
views
Web-scraping across multipages without even knowing the last page number
Running my code for a site to crawl the titles of different tutorials spreading across several pages, I found it working flawless. I tried to write some code not depending on the last page number the ...
0
votes
3
answers
113
views
Unable to parse all the links from a webpage
Can't figure out how can I get all the company links from the page used in my code. Running my script I get only 20 links. The page has got lazyloading method that is why I can't get all of them. Any ...
-3
votes
2
answers
891
views
Run time error 91, object variable or with block variable not set
My intention is to scrape all the app name from that page and the app link leading to the next page. However, when i run it, i see that after looping once it produces the following error "Run time ...
-1
votes
1
answer
1k
views
How can I extract source code from a website when when the data I'm extracting is different from the "view-source" in my browser?
I am scraping data from a crowdfunding music based website. for research purposes. I am specifically trying to get data for the projects under the 'Rock' genre on the website, however when I get the ...