Home > Paid Traffic Sources > Adult Traffic (NSFW)

Check Out This Handy Little Live Search Tool (3)


05-13-2015 07:43 AM #1 EpicTrends ()
Check Out This Handy Little Live Search Tool

Not sure if this has been shared before, sorry if it has it's just I found this earlier: http://www.pornmd.com/live-search


05-13-2015 04:27 PM #2 vortex (Senior Moderator)

It's been shared before - but for a nice tool like that, it's wouldn't hurt to share again!

Thanks!


Amy


05-17-2015 07:36 PM #3 walterwhite (Member)

I created a quick and dirty script in the past to scrape this feed and put all keywords in a txt file. Maybe it's useful to someone else as well!

<?php
while (true) {
$data = file_get_contents('http://www.pornmd.com/getliveterms?orientation=s');
$data = json_decode($data);

foreach ($data as $d) {
file_put_contents('keywords.txt', $d->keyword . "\n", FILE_APPEND);
}
}


Home > Paid Traffic Sources > Adult Traffic (NSFW)