Pipes
Home
Editor
Docs
Shared Pipes
Pricing
Blog
Sign in
Go
Title
6
HN filtering example
Preview
Created with Raphaël 2.2.0
view output
Output
Out
view output
Filter
search in fields:
block found items
view output
Feed
view output
Duplicate
view output
Filter
search in fields:
block found items
view output
Combine
view output
Filter
search in fields:
block found items
Description
Example pipe showing how to filter a feed, in this case Hacker News, for keywords (here: Bitcoin and Ethereum).
Tags
example
Title
6
Example: Generate a feed for a webpage
Preview
Created with Raphaël 2.2.0
view output
Output
Out
view output
Download
view output
Duplicate
view output
Extract
Start at item.content
view output
Extract
Start at item.content
view output
Extract
Start at item.content
view output
Build Feed
title
content*
required
date
link
Description
This pipe extracts content from a page to generate an RSS feed. It uses css selectors to get the elements that get regularly updated.
Tags
example
Title
2
Example: Dynamic Feed Filter
Preview
Created with Raphaël 2.2.0
view output
Output
Out
view output
Feed
view output
Filter
search in fields:
block found items
Text Input
Text Input
Description
Filter any feed for any search term
Tags
example
Title
2
Webhook example
Preview
Created with Raphaël 2.2.0
view output
Output
Out
view output
Feed
view output
Filter
search in fields:
block found items
Description
A example pipe showing the use of webhooks
Tags
example
Title
1
Example: Create custom Feed for Hacker News
Preview
Created with Raphaël 2.2.0
Output
Out
view output
Download
view output
Build Feed
Items:
title
content*
required
date
link
view output
Extract
Start at item.content
view output
Download
view output
Extract
Start at item.content
view output
Download
view output
Extract
Start at item.content
Description
Use the download and extractor block to create a feed for sites that do not have an RSS feed, or that have a feed you do not wish to use.
Tags
example
Title
0
Example: Element extraction
Preview
Created with Raphaël 2.3.0
Output
✎
Out
view output
Feed
✎
view output
Duplicate
✎
view output
Build Feed
✎
Items:
title
content*
required
date
link
Recalculate GUID
view output
Extract
✎
Start at item.content
view output
Extract
✎
Start at item.content
view output
Extract
✎
Start at item.content
view output
Extract
✎
Start at item.content
Description
Example of how to create a feed with elements from an RSS feed, setting the title, link, content and pubDate.
Tags
example
Title
0
Example: Scrape data from CoinMarketCap
Preview
Created with Raphaël 2.3.0
Output
✎
Out
view output
Download
✎
view output
Extract
✎
Start at item.content
view output
Download
✎
view output
Extract
✎
Start at item.content
view output
Build Feed
✎
Items:
title
content*
required
date
link
view output
Truncate
✎
view output
Truncate
✎
Description
Tags
example
Title
0
Example: Insert an extracted element into feed
Preview
Created with Raphaël 2.2.0
Output
Out
view output
Feed
view output
Feed
view output
Extract
Start at item.content
view output
Insert
Description
Insert the extracted channel image element of a soundcloud into the Hacker News feed.
Tags
example
Title
0
Example: Craigslist Leads
Preview
Created with Raphaël 2.2.0
Output
Out
view output
Feed
view output
Feed
view output
Combine
view output
Filter
search in fields:
block found items
view output
Sort
Description
Find work by searching your local craigslist for keywords, filtering out internships
Tags
example
Title
0
Example: Merging feed items
Preview
Created with Raphaël 2.2.0
Output
Out
view output
Download
view output
Download
view output
Extract
Start at item.content
view output
Extract
Start at item.content
view output
Merge Items
view output
Build Feed
Items:
title
content*
required
date
link
Description
Tags
example
Title
0
Example: Concatenation
Preview
Created with Raphaël 2.2.0
Output
Out
view output
Download
view output
Extract
Start at item.content
Description
Concatenate multiple nodes using xpath concat() function
Tags
example