Need advice or hire someone for scraping,spinning, posting

Wyzgy239

Junior Member
Joined
May 20, 2010
Messages
109
Reaction score
87
Forgive me if this in the wrong place, if it is MOD please move.
Hi all,

I need some advice. I am not a coder, nor do I have a VPS. I do have a dusty old copy of scrapebox on my machine somewhere, but I'm sure I have long since lost the username and transaction key. Anyway, I would like to scrape posts from a couple of sites. Every post will have a picture, username, links etc.

I need to scrape all post data, sort for duplicates, spin the text, change a portion of the links and rename the pictures to something seo friendly (perhaps something from post title). Also, the usernames would have to be spun or randomized (it would be nice if I could then create those usernames/accts on my site and have the post on the new user's account). Then I need to mass upload to my site. What would be really nice is to have the process automated and to have this happen every 10 mins or so after the initial scrape. The initial scrape would be huge. The subsequent scrapes would be for new posts only so they shouldn't be so intensive. Anyway, thank you for any help on the subject.

Cheers
 
Forgive me if this in the wrong place, if it is MOD please move.
Hi all,

I need some advice. I am not a coder, nor do I have a VPS. I do have a dusty old copy of scrapebox on my machine somewhere, but I'm sure I have long since lost the username and transaction key. Anyway, I would like to scrape posts from a couple of sites. Every post will have a picture, username, links etc.

I need to scrape all post data, sort for duplicates, spin the text, change a portion of the links and rename the pictures to something seo friendly (perhaps something from post title). Also, the usernames would have to be spun or randomized (it would be nice if I could then create those usernames/accts on my site and have the post on the new user's account). Then I need to mass upload to my site. What would be really nice is to have the process automated and to have this happen every 10 mins or so after the initial scrape. The initial scrape would be huge. The subsequent scrapes would be for new posts only so they shouldn't be so intensive. Anyway, thank you for any help on the subject.

Cheers
What exactly is the question, are you asking if you can do this with Scrapebox or what exactly?

I lost you on some of it, but you could probably do most if not all with scrapebox.

You would need the email scraper plugin as it has a custom data scraper and whatever you want to scrape would have to be publicly visible with javascript turned off and without having to be logged in. So you can turn off javascirpt in your browser and try and load the pages, does it work?

Also this assumes the data is going to be formatted the same from url to url.

This video covers it



You could use the image grabber or file grabber functions to get images, as the custom data scraper will get data not images.

Renaming them to SEO friendly isn't really something Scrapebox is going to do. You can spin things in the article scraper plugin using the internal spinner or a service via their api.

The email scraper plugin can mass upload text articles to wordpress, but for images it gets tricky, it might not work in mass like you want, but Im not sure how if you want the images uploaded as what, just part of the article?

Maybe you just want the article scraper in the first place, if you want to build a custom scrape and just scrape the whole article, if the links and username and such are all inside the article.

 
Thanks @loopline . I guess my question was two fold. One was if scrapebox was capable and two was how to do it. I will look into it further and see if I can manage to get it working. I appreciate the knowledge.

Cheers!
 
Back
Top