Get URLs from link avatar
Get URLs from link

Pricing

$2.95/month + usage

Go to Store
Get URLs from link

Get URLs from link

Developed by

Audrius L.

Audrius L.

Maintained by Community

Extracts URLs from a sitemap or webpage with intuitive path matching. Use comma-separated patterns to include or exclude URL paths with smart matching: '/tags/' for exact paths, '/product' for paths starting with, or simple text for substring matches.

5.0 (1)

Pricing

$2.95/month + usage

6

Total users

77

Monthly users

15

Runs succeeded

>99%

Last modified

6 months ago

linkstringRequired

URL to process

URL Pattern

urlPatternstringOptional

List of URL parts to include (comma separated). Use '*' to include all URLs. Example: '/product,tags/,/category/,product_id'. When using slashes: '/category/' matches exact path, '/product' matches path starting with /product, 'tags/' matches path ending with tags/. Without slashes 'product_id' matches anywhere in URL

Default value of this property is "*"

Max URLs

maxUrlsintegerOptional

Maximum number of URLs to process (0 for no limit). Good for testing pursposes.

Default value of this property is 0

Exclude Extensions

excludeExtensionsstringOptional

List of file extensions to exclude (comma separated). Example: jpg,jpeg,png,gif,bmp,webp,svg,ico

Exclude URLs containing parts

customExcludePatternstringOptional

List of URL parts to exclude (comma separated). Examples: '/tags,category,/news/,author/'. When using slashes: '/news/' matches exact path, '/tags' matches path starting with /tags, 'author/' matches path ending with author/. Without slashes 'category' matches anywhere in URL