How to scrape content

cucurucu

Regular Member
Joined
Dec 6, 2008
Messages
232
Reaction score
153
So basically I want load a list of url's and scrape only prices and send the results to txt/csv. Can this be done with scrapebox or any other software ?
 
Urls from same domain or from differents domain?

Simple html grabber with little regex can make it easily if you want price products from a specific website.
 
url's from same domain.

Can you please elaborate on the regex stuff a little more ?
 
Last edited:
You need to extract price from product form a single website, that should be really easy to do.

For Regex, just see the wiki article, that explain it clearly. {sorry cant post url link}

But as you said its only for one website, i assume you dont really need to use any regex, just parsing html.

If you PMed me the website url, i can see which way would be the best for you to extract products prices from this website.
 
Last edited:
PM readed, but i cant answer by PM.

You site is really simple, so no problem to extract price.

I ll suggest to use a basic c# application which:
- get url data through webrequest
- use htmlagilitypack lib to parse DOM and extract name and price of product

If you dont understand what im talking about, someone could compile it for you.

I could make it for you for free if you are interrest, shouldn't take me much time.
 
Well I am not a developer so I really can't do this by myself
 
No Problem!

Im at work, i finish something and after I will compile a little application.
 
I also need help scrapping a site for it's content. This site is a dictionary type site with thousands of terms defined. Anyone's help is appreciated. I also am not a developer and I am willing to pay for this service.
 
thanks a lot

Ok ive finished.
Extract product name and price on each page.
You can add as many pages as you wish but its a single thread application, so i suggest you to start with no more than ten pages at first.

Which version of windows are you using?
I need to know for compilation.

PS: send me your email in PM so i can send you the application
 
Last edited:
I also need help scrapping a site for it's content. This site is a dictionary type site with thousands of terms defined. Anyone's help is appreciated. I also am not a developer and I am willing to pay for this service.

Of course, i can help.
I need more info about your project before give you any advice or help.

PM me url of your site.
 
Back
Top