Jump to content
UBot Underground

[WTB] Need somebody to finish my bot


Recommended Posts

Hey all,

 

I need someone to take a bot I've been working on and finish it up. Turns out I don't really have as much time as I thought...

 

It's a Manta.com scraper, and I've got it grabbing all the listings for a search, I just need you to create a sub that will grab the data from each page.

 

I've already started on one, so you'll just finish my work.

 

They've got very detailed HTML, which makes it easy for scraping, if you know how.

 

For instance, here's the HTML for an address.

 

<div class="adr">
<div class="street-address">4747 S Hulen Street # 104</div>
<span class="locality">Fort Worth</span>,
<span class="region">TX</span>
<span class="postal-code">76132-1413</span>
<span><a href="http://www.manta.com/cmap/mm40g2j/ft-worth-district-dental-scty" rel="nofollow" title="map tab">map</a></span>
</div>

 

This won't take very long for the right person.

 

Please email me your quote instead of PMing me.

 

c.w.ramsey@gmail.com

 

Thanks!

 

Edit: Here's some more details.

 

So, here's what I'm after...

 

http://www.manta.com/c/mmswpm1/george-alan-yarko-dds

 

If you visit that URL, you'll see it's got quite a bit of information on it.

 

I need the information below placed into a table so I can export it to a CSV file when finished...

 

  • Business name
  • Address (split into different cells)
  • Website
  • Phone number
  • Business categories (Can all be in the same cell, separated by a semicolon)
  • Business contacts (Again, can be in the same cell seperated by a semicolon)
  • Location type
  • Annual sales
  • Employees
  • Years in business

 

Of course, if a page doesn't have that information, just set an "if" so if can skip over it.

 

You'll be provided with the .ubot file I've already created so you can add a new tab and create your sub in there.

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...