quick_question
New Member
- Joined
- May 31, 2011
- Messages
- 32
I am trying to scrape data from a website, in 2 Phases:
Phase 1:
The website is a directory that is only displaying 6 profiles per page. Because of this, there are many pages of information.
I want to go through each page (1, 2, 3, etc.) and extract (or copy) the "link address" (the information found in the green square highlighted in yellow in the below image) from each page. When each link address is copied, I would like it to be pasted into "Sheet2" cell B2, B3, B4, etc. always pasting into the next available row in column B.
Once all the profile URL's have been cataloged, move on to Phase 2...
Phase 2:
Use the link addresses that have been copied in B2:B#### (which appear as a url: https://directory....) to scrape each page for more information.
These link addresses are profile page url's.
I want to extract (copy & paste) the following information from each page to Sheet3 from left to right beginning in column A row 2.
Then Cycle through each different profile url, taken from Sheets B2, B3, etc. and extract (copy & paste) the same information in row 3, 4, 5, etc.
I'm only blocking specific information which would identify individuals name, address and phone numbers.
Scroll down for more information...
Phase 1:
The website is a directory that is only displaying 6 profiles per page. Because of this, there are many pages of information.
I want to go through each page (1, 2, 3, etc.) and extract (or copy) the "link address" (the information found in the green square highlighted in yellow in the below image) from each page. When each link address is copied, I would like it to be pasted into "Sheet2" cell B2, B3, B4, etc. always pasting into the next available row in column B.
Once all the profile URL's have been cataloged, move on to Phase 2...
Phase 2:
Use the link addresses that have been copied in B2:B#### (which appear as a url: https://directory....) to scrape each page for more information.
These link addresses are profile page url's.
I want to extract (copy & paste) the following information from each page to Sheet3 from left to right beginning in column A row 2.
Then Cycle through each different profile url, taken from Sheets B2, B3, etc. and extract (copy & paste) the same information in row 3, 4, 5, etc.
I'm only blocking specific information which would identify individuals name, address and phone numbers.
Scroll down for more information...