ContactInfoScraper is a Python-based web scraping tool designed to automate the extraction of contact information (emails and phone numbers) from various websites, including social media platforms. With robust logging, error handling, and user-friendly output, it simplifies data collection for businesses and researchers. A batch file is included.
git clone https://github.com/ericsoto-exe/ContactInfoScraper.gitContactInfoScraper is a Python-based web scraping tool designed to automate the extraction of contact information (emails and phone numbers) from various websites, including social media platforms. With robust logging, error handling, and user-friendly output, it simplifies data collection for businesses and researchers. A batch file is included.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/ericsoto-exe/ContactInfoScraperCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to scrape contact information from websites in the [INDUSTRY] industry. Please provide a Python script using ContactInfoScraper to extract emails and phone numbers from [WEBSITE_URLS]. I want the output in a CSV file named [OUTPUT_FILENAME]. Also, include error handling and logging for debugging purposes.
# Contact Information Scraped from [INDUSTRY] Websites ## Extracted Emails - john.doe@example.com - jane.smith@company.com - support@business.org ## Extracted Phone Numbers - (123) 456-7890 - 987-654-3210 - 555-123-4567 ## Summary - Total Emails Found: 3 - Total Phone Numbers Found: 3 - Errors Encountered: 0 - Time Taken: 2 minutes 30 seconds The data has been saved to [OUTPUT_FILENAME].csv. For any issues, check the log file at [LOG_FILE_PATH].