LinkPull - URL Extractor

🔗 LinkPull

Extract and filter URLs from any webpage


Example Regex Patterns:

  • .*\.pdf$ - All PDF files
  • .*\.(jpg|png|gif|webp)$ - All images
  • .*\.(pdf|doc|docx|ppt|pptx)$ - All documents
  • https://example\.com/.* - Links from specific domain
  • Leave blank to extract all links