users
128 rows where notifications = 0 and profile_use_background_image = 0
This data as json, CSV (advanced)
Suggested facets: geo_enabled, verified, is_translation_enabled, profile_background_color, profile_background_image_url, profile_background_image_url_https, profile_background_tile, profile_sidebar_border_color, profile_sidebar_fill_color, profile_text_color, has_extended_profile, following, translator_type, created_at (date)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [users] ( [id] INTEGER PRIMARY KEY, [screen_name] TEXT, [name] TEXT, [description] TEXT, [location] TEXT , [url] TEXT, [protected] INTEGER, [followers_count] INTEGER, [friends_count] INTEGER, [listed_count] INTEGER, [created_at] TEXT, [favourites_count] INTEGER, [utc_offset] TEXT, [time_zone] TEXT, [geo_enabled] INTEGER, [verified] INTEGER, [statuses_count] INTEGER, [lang] TEXT, [contributors_enabled] INTEGER, [is_translator] INTEGER, [is_translation_enabled] INTEGER, [profile_background_color] TEXT, [profile_background_image_url] TEXT, [profile_background_image_url_https] TEXT, [profile_background_tile] INTEGER, [profile_image_url] TEXT, [profile_image_url_https] TEXT, [profile_banner_url] TEXT, [profile_link_color] TEXT, [profile_sidebar_border_color] TEXT, [profile_sidebar_fill_color] TEXT, [profile_text_color] TEXT, [profile_use_background_image] INTEGER, [has_extended_profile] INTEGER, [default_profile] INTEGER, [default_profile_image] INTEGER, [following] INTEGER, [follow_request_sent] INTEGER, [notifications] INTEGER, [translator_type] TEXT, [withheld_in_countries] TEXT, [suspended] INTEGER, [needs_phone_verification] INTEGER);