I'm writing a program that will allow programmatic access to Scrapebox and want to get peoples thoughts on it.
It's in a very Alpha state at the moment but you can see a basic example of its ability in the video below;
[ame=http://www.youtube.com/watch?v=jvoKklH5Au4]YouTube - scrapebox api test[/ame]
A quick explanation of what is going on in the video. When I click the first button it enters the text "powered by wordpress" in the footprint textbox, it then loads the file "USCities.txt" in to the keyword list.
When I click the second button it loads the keyword scraper and scrapes the keyword "monkey foot".
What I'm plaining is the program acting as an API by accepting commands (via JSON over HTTP) and then issuing them to SB, when SB has finished it would then report back to a defined URL with the results.
The actions could also be chained so commands could be issued like;
scrape keywords -> scrape search engines -> scrape back links -> analyze blogs
And they would be performed in sequence either reporting after each step is complete or at the end of the chain.
Thoughts, ideas, abuse?
It's in a very Alpha state at the moment but you can see a basic example of its ability in the video below;
[ame=http://www.youtube.com/watch?v=jvoKklH5Au4]YouTube - scrapebox api test[/ame]
A quick explanation of what is going on in the video. When I click the first button it enters the text "powered by wordpress" in the footprint textbox, it then loads the file "USCities.txt" in to the keyword list.
When I click the second button it loads the keyword scraper and scrapes the keyword "monkey foot".
What I'm plaining is the program acting as an API by accepting commands (via JSON over HTTP) and then issuing them to SB, when SB has finished it would then report back to a defined URL with the results.
The actions could also be chained so commands could be issued like;
scrape keywords -> scrape search engines -> scrape back links -> analyze blogs
And they would be performed in sequence either reporting after each step is complete or at the end of the chain.
Thoughts, ideas, abuse?