Jump to content
UBot Underground

Recommended Posts

I am 2 days new to uBot so any help will be appreciated. I have watched all of the videos, read wikis, blah, blah, but i still cant figure this part out.  It may not be possible, so rather than spin my wheels, I thought Id ask you more knowledgeable souls.  So here it goes.

 

Missing how to collect default emails from CL ads.  Here is the section in question...

 

http://atlanta.craigslist.org/search/rea?query=rent+to+own&srchType=T 

 

I need coding solution to the problem below: 

 

1. Collect emails from main rent to own page above
 

--or--

 

2. Collect them one at a time moving through each ad in the section rent to own

 

Thank you in advance for any of your help and course your time...

Edited by Tish
Link to post
Share on other sites
Tish,

You may want to write all your own code; but if you want done for you source code that you can learn from, check out Nick's Craigslist Scraper Source Code here:

 

http://www.ubotstudio.com/forum/index.php?/topic/16766-sell-im-autobots-weekend-sale-25-off/?hl=craigslist

 

I have learned a lot from Nick.

  • Like 1
Link to post
Share on other sites

Tish,

You may want to write all your own code; but if you want done for you source code that you can learn from, check out Nick's Craigslist Scraper Source Code here:

 

http://www.ubotstudio.com/forum/index.php?/topic/16766-sell-im-autobots-weekend-sale-25-off/?hl=craigslist

 

I have learned a lot from Nick.

 

Thank you so much.  I will write my own for sure, I am trying to stay focused on one and this one area is frustrating me.  Thank you for the useful link.  I will check it out.  

Link to post
Share on other sites

http://s7.postimg.org/ocn4kqlqj/scrapeclem_Capture.png

Thank you for this.  I actually had the reply button for the click element, and needed the email variable.  I will try that.  Thank you.  

Link to post
Share on other sites

Thank you for this.  I actually had the reply button for the click element, and needed the email variable.  I will try that.  Thank you.  

By the way is there a particular scrape element that you used?  Thank you.

Link to post
Share on other sites

Still a little stuck, as I am trying to work through most of this myself with your help.  See attached screen shot.

 

How do i get uBot to capture the emails of all of those in the "rent to own" category.  On this search it offers 100 "rent to own".  Is there a way to capture emails from this page, and drop into excel spread sheet?

 

If not how do I get it to scrape each one from this page?

 

Again, thank you so much...

post-18489-0-53707300-1415730608_thumb.png

Link to post
Share on other sites

Right on, you'll need to scrape the URL's off the listing pages you captured above (visit the rent to own category page) and then put them in a list, then loop that list and visit each page then run that code that pulls the email off. 

 

You'll need to build a little error correction in of course, like if a listing doesn't have an email etc.

 

If you only need the emails, save them to a list, or if you need the url and email (probably) then save them to a table and then save the table to a file.

Link to post
Share on other sites
  • 1 year later...

Do you guyz any soultion of http://www.craigslist.org/about/help/email-relay 

 

If yes plz PM me 

 

 

Thanks,

Shohan

 

If you have a question open a new thread and ask a detailed question. Please stop bumping old threads with the word "craigslist" in them.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...