New services
Explore Plans
Mobile menu Close menu
WikipediaWikipedia

Article receives high number of edits

This trigger fires for any articles that are receiving an unusual level of edits.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires for any articles that are receiving an unusual level of edits.
API endpoint slug
wikipedia.trending_topics

Trigger fields

Edits Text input > Regular expression

Label
Minimum edits? (optional)
Helper text
Minimum number of edits for an article to trend
Slug
edits
Required
true
Can have default value
true

Editors Text input > Regular expression

Label
Minimum contributors? (optional)
Helper text
Minimum number of unique contributors for an article to trend
Slug
editors
Required
true
Can have default value
true

Title contains Text input > Other

Label
Title contains (optional)
Helper text
Only show trending articles where title contains this text
Slug
title_contains
Required
true
Can have default value
true

Ingredients

Created atDate and time event was created.

Slug
date
Filter code
Wikipedia.trendingTopics.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

TitleThe title of the page that has been edited frequently

Slug
title
Filter code
Wikipedia.trendingTopics.Title
Type
String
Example
Coffee

URLThe URL to the Wikipedia article

Slug
url
Filter code
Wikipedia.trendingTopics.Url
Type
Web URL
Example
https://en.wikipedia.org/wiki/Coffee

Num editsHow many edits the article received within the given time frame

Slug
edits
Filter code
Wikipedia.trendingTopics.NumEdits
Type
String
Example
42

Num contributorsHow many unique editors contributed to the article

Slug
editors
Filter code
Wikipedia.trendingTopics.NumContributors
Type
String
Example
3

ImageURL to the article's image

Slug
media_url
Filter code
Wikipedia.trendingTopics.Image
Type
Image URL
Example
https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_small_cup_of_coffee.JPG/1024px-A_small_cup_of_coffee.JPG

Trend startWhen the edit trend started

Slug
since
Filter code
Wikipedia.trendingTopics.TrendStart
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00