Last active
July 19, 2021 13:05
-
-
Save manjeshpv/b5aed8e7dc1c092591a749d32c44f070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://dir.indiamart.com/mumbai/bulk-sms-service.html | |
$('.listing').each(function(i, list){ | |
$(list).find('.listing-contact > span').find('script').remove() | |
console.log($(list).find('.product-name').text()+"\t"+$(list).find('.lcname > a').text()+"\t"+$(list).find('.cityLocation-grid').text()+"\t"+$(list).find('.listing-contact > span').text()) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment