VERSION BUILD=7601105 RECORDER=FX
SET !ERRORIGNORE YES
TAB T=1
CLEAR
URL GOTO=http://www.blackhatworld.com/blackhat-seo/cloaking-content-generators/591267-data-scraping.html
TAG POS=1 TYPE=TITLE ATTR=* EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=C:\Data.csv
yeah I am looking to scrape very specific data related to products that go over a number of pages
I was searching on net.But did not find tuts like one you've.Do you have more links for tuts..more complex thingy..i can code in python or any language ..if you know any please do tell..thanksQuestion is too wide to be answered just like that.
But in general, pretty much everything is doable with curl and regex, there is a plenty of tutorials and half-done scripts on internet to look for, you will need to get the hands "dirty" to make it to work since each site has their structure and you will need to setup regex and specific elements to extract.
You can start from here and see is it that what you need. If you need something simplier, you can try Chrome extension Scraper extension , if you need something more complex you can try with Python (if you are into programing) etc etc it's really up to your task and site that you need to work on.
edit: I think that I misunderstood your question. You are looking to scrape specific elements on website or to put elements from your site in another database ? Can you be more specific ?
Question is too wide to be answered just like that.
But in general, pretty much everything is doable with curl and regex, there is a plenty of tutorials and half-done scripts on internet to look for, you will need to get the hands "dirty" to make it to work since each site has their structure and you will need to setup regex and specific elements to extract.
You can start and see is it that what you need. If you need something simplier, you can try Chrome extension Scraper extension , if you need something more complex you can try with Python (if you are into programing) etc etc it's really up to your task and site that you need to work on.
edit: I think that I misunderstood your question. You are looking to scrape specific elements on website or to put elements from your site in another database ? Can you be more specific ?
thx for this looks perfect I can get bits of it to work but looks like theres problems with the way urls are form I'll post in programming the specific question