There’s always something to howl about.

Real Estate Sales Transactions In Phoenix

I don’t know if the local board in Phoenix allows agents to display recent sales transactions via idx feed, but it seems to me from talking to others around the land that most boards don’t.

Doesn’t it kinda sting that Trulia can display this info, but Realtor folk can’t?

Or can they?

How To Display Real Estate Transactions On Your WordPress Site Via Trulia’s Pretty Up To Date RSS Feed

1. Install and activate the “EXEC PHP” plugin
2. Do A General Property Search For Any Area On Trulia.
3. Click the “Recently Sold” Tab
4. Once the results are up, click on the link for more details on the first property.
5. When the info shows up, click “back.” – [This is key! πŸ™‚ ]
6. Now there will be an RSS feed link at the very top right of the page.
7. Click On It, Then Grap The RSS Link That Pops Up Slightly Lower To The Left
7. Insert the RSS feed into the code below within a blog post, where indicated by “PUT YOUR JUICY SALES TRANSACTION FEED URL HERE”

< ?php // Get RSS Feed(s) include_once(ABSPATH . WPINC . '/rss.php'); $rss = fetch_rss('PUTYOURJUICYSALESTRANSACTIONFEEDURLHERE'); $maxitems = 30; $items = array_slice($rss->items, 0, $maxitems);
?>

< ?php foreach ( $items as $item ) : ?>

  • < ?php echo $item['title']; ?>

< ?php endforeach; ?>

Phoenix Real Estate Sales Transactions

What you’re seeing below is actually a screen capture of the transactions on my own site… didn’t want to mess with plugins/php over here at bhb (or cause other trouble for ma and pop.)

Which leads to the point of all this. Can you see adding pages upon pages of dynamic content to your site using this little trick? Or is this content theft? Does Trulia own the data? Does your local board?


Phoenix Real Estate Transactions...