Class: Crawlora::DatasetsGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeDatasetsGroup

Returns a new instance of DatasetsGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


179
# File 'sig/crawlora.rbs', line 179

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#airbnb_markets_facetsObject

Parameters:

  • facet: (String)
  • group_by: (String)
  • country: (String)
  • market: (String)
  • superhost: (Boolean)
  • guest_favorite: (Boolean)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • active_since: (String)
  • min_listings: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


181
# File 'sig/crawlora.rbs', line 181

def airbnb_markets_facets: (?facet: String, ?group_by: String, ?country: String, ?market: String, ?superhost: bool, ?guest_favorite: bool, ?min_rating: Float, ?min_review_count: Integer, ?active_since: String, ?min_listings: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_itemObject

Parameters:

  • country: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


182
# File 'sig/crawlora.rbs', line 182

def airbnb_markets_item: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • precision: (Integer)
  • min_listings: (Integer)
  • country: (String)
  • superhost: (Boolean)
  • min_rating: (Float)
  • active_since: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


183
# File 'sig/crawlora.rbs', line 183

def airbnb_markets_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?precision: Integer, ?min_listings: Integer, ?country: String, ?superhost: bool, ?min_rating: Float, ?active_since: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#airbnb_markets_searchObject

Parameters:

  • group_by: (String)
  • country: (String)
  • market: (String)
  • superhost: (Boolean)
  • guest_favorite: (Boolean)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • active_since: (String)
  • min_listings: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


184
# File 'sig/crawlora.rbs', line 184

def airbnb_markets_search: (?group_by: String, ?country: String, ?market: String, ?superhost: bool, ?guest_favorite: bool, ?min_rating: Float, ?min_review_count: Integer, ?active_since: String, ?min_listings: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_charts_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • chart_type: (String)
  • collection: (String)
  • category: (String)
  • country: (String)
  • app_id: (String)
  • date: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


185
# File 'sig/crawlora.rbs', line 185

def apps_charts_search: (?q: String, ?store: String, ?chart_type: String, ?collection: String, ?category: String, ?country: String, ?app_id: String, ?date: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_reviews_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • app_id: (String)
  • country: (String)
  • min_score: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


186
# File 'sig/crawlora.rbs', line 186

def apps_reviews_search: (?q: String, ?store: String, ?app_id: String, ?country: String, ?min_score: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#apps_searchObject

Parameters:

  • q: (String)
  • store: (String)
  • category: (String)
  • country: (String)
  • developer: (String)
  • free: (Boolean)
  • min_rating: (Float)
  • min_reviews: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


187
# File 'sig/crawlora.rbs', line 187

def apps_search: (?q: String, ?store: String, ?category: String, ?country: String, ?developer: String, ?free: bool, ?min_rating: Float, ?min_reviews: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_changesObject

Parameters:

  • change_type: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


188
# File 'sig/crawlora.rbs', line 188

def chrome_extensions_changes: (?change_type: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • item_type: (String)
  • category: (String)
  • developer: (String)
  • permission: (String)
  • status: (String)
  • manifest_version: (Integer)
  • collects_data: (Boolean)
  • has_broad_host_access: (Boolean)
  • min_users: (Integer)
  • min_rating: (Float)
  • min_rating_count: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


189
# File 'sig/crawlora.rbs', line 189

def chrome_extensions_facets: (?facet: String, ?q: String, ?item_type: String, ?category: String, ?developer: String, ?permission: String, ?status: String, ?manifest_version: Integer, ?collects_data: bool, ?has_broad_host_access: bool, ?min_users: Integer, ?min_rating: Float, ?min_rating_count: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_historyObject

Parameters:

  • id: (String)
  • from: (String)
  • to: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


190
# File 'sig/crawlora.rbs', line 190

def chrome_extensions_history: (?id: String, ?from: String, ?to: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_itemObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


191
# File 'sig/crawlora.rbs', line 191

def chrome_extensions_item: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_metricsObject

Parameters:

  • days: (Integer)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


192
# File 'sig/crawlora.rbs', line 192

def chrome_extensions_metrics: (?days: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chrome_extensions_searchObject

Parameters:

  • q: (String)
  • item_type: (String)
  • category: (String)
  • developer: (String)
  • permission: (String)
  • status: (String)
  • manifest_version: (Integer)
  • collects_data: (Boolean)
  • has_broad_host_access: (Boolean)
  • min_users: (Integer)
  • min_rating: (Float)
  • min_rating_count: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


193
# File 'sig/crawlora.rbs', line 193

def chrome_extensions_search: (?q: String, ?item_type: String, ?category: String, ?developer: String, ?permission: String, ?status: String, ?manifest_version: Integer, ?collects_data: bool, ?has_broad_host_access: bool, ?min_users: Integer, ?min_rating: Float, ?min_rating_count: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • q: (String)
  • item_type: (String)
  • category: (String)
  • developer: (String)
  • permission: (String)
  • status: (String)
  • manifest_version: (Integer)
  • collects_data: (Boolean)
  • has_broad_host_access: (Boolean)
  • min_users: (Integer)
  • min_rating: (Float)
  • min_rating_count: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


194
# File 'sig/crawlora.rbs', line 194

def chrome_extensions_trending: (?q: String, ?item_type: String, ?category: String, ?developer: String, ?permission: String, ?status: String, ?manifest_version: Integer, ?collects_data: bool, ?has_broad_host_access: bool, ?min_users: Integer, ?min_rating: Float, ?min_rating_count: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#creators_searchObject

Parameters:

  • q: (String)
  • handle: (String)
  • niche: (String)
  • country: (String)
  • verified: (Boolean)
  • min_followers: (Integer)
  • has_email: (Boolean)
  • include_inactive: (Boolean)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


195
# File 'sig/crawlora.rbs', line 195

def creators_search: (?q: String, ?handle: String, ?niche: String, ?country: String, ?verified: bool, ?min_followers: Integer, ?has_email: bool, ?include_inactive: bool, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • login: (String)
  • company: (String)
  • influence_tier: (String)
  • country: (String)
  • country_code: (String)
  • state: (String)
  • city: (String)
  • domain: (String)
  • has_email: (Boolean)
  • has_twitter: (Boolean)
  • has_blog: (Boolean)
  • reachable: (Boolean)
  • active_90d: (Boolean)
  • hireable: (Boolean)
  • is_org: (Boolean)
  • is_bot: (Boolean)
  • is_suspected_automation: (Boolean)
  • min_followers: (Integer)
  • max_followers: (Integer)
  • min_repos: (Integer)
  • min_rank_score: (Integer)
  • min_account_age_years: (Float)
  • max_account_age_years: (Float)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


196
# File 'sig/crawlora.rbs', line 196

def github_users_facets: (?facet: String, ?q: String, ?login: String, ?company: String, ?influence_tier: String, ?country: String, ?country_code: String, ?state: String, ?city: String, ?domain: String, ?has_email: bool, ?has_twitter: bool, ?has_blog: bool, ?reachable: bool, ?active_90d: bool, ?hireable: bool, ?is_org: bool, ?is_bot: bool, ?is_suspected_automation: bool, ?min_followers: Integer, ?max_followers: Integer, ?min_repos: Integer, ?min_rank_score: Integer, ?min_account_age_years: Float, ?max_account_age_years: Float, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_itemObject

Parameters:

  • login: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


197
# File 'sig/crawlora.rbs', line 197

def github_users_item: (?login: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • influence_tier: (String)
  • reachable: (Boolean)
  • min_followers: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


198
# File 'sig/crawlora.rbs', line 198

def github_users_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?influence_tier: String, ?reachable: bool, ?min_followers: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#github_users_searchObject

Parameters:

  • q: (String)
  • login: (String)
  • company: (String)
  • influence_tier: (String)
  • country: (String)
  • country_code: (String)
  • state: (String)
  • city: (String)
  • domain: (String)
  • has_email: (Boolean)
  • has_twitter: (Boolean)
  • has_blog: (Boolean)
  • reachable: (Boolean)
  • active_90d: (Boolean)
  • hireable: (Boolean)
  • is_org: (Boolean)
  • is_bot: (Boolean)
  • is_suspected_automation: (Boolean)
  • min_followers: (Integer)
  • max_followers: (Integer)
  • min_repos: (Integer)
  • min_rank_score: (Integer)
  • min_account_age_years: (Float)
  • max_account_age_years: (Float)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


199
# File 'sig/crawlora.rbs', line 199

def github_users_search: (?q: String, ?login: String, ?company: String, ?influence_tier: String, ?country: String, ?country_code: String, ?state: String, ?city: String, ?domain: String, ?has_email: bool, ?has_twitter: bool, ?has_blog: bool, ?reachable: bool, ?active_90d: bool, ?hireable: bool, ?is_org: bool, ?is_bot: bool, ?is_suspected_automation: bool, ?min_followers: Integer, ?max_followers: Integer, ?min_repos: Integer, ?min_rank_score: Integer, ?min_account_age_years: Float, ?max_account_age_years: Float, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • has_geo: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


200
# File 'sig/crawlora.rbs', line 200

def google_map_businesses_facets: (?facet: String, ?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?has_geo: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_itemObject

Parameters:

  • place_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


201
# File 'sig/crawlora.rbs', line 201

def google_map_businesses_item: (?place_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • category: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


202
# File 'sig/crawlora.rbs', line 202

def google_map_businesses_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?category: String, ?min_rating: Float, ?min_review_count: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_searchObject

Parameters:

  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • has_geo: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


203
# File 'sig/crawlora.rbs', line 203

def google_map_businesses_search: (?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?has_geo: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#housing_markets_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • region_type: (String)
  • state_code: (String)
  • property_type: (String)
  • parent_metro_code: (String)
  • zip_code: (String)
  • period: (String)
  • latest: (Boolean)
  • min_median_sale_price: (Float)
  • max_median_sale_price: (Float)
  • min_median_list_price: (Float)
  • max_median_list_price: (Float)
  • min_price_to_income: (Float)
  • max_price_to_income: (Float)
  • min_salary_to_buy: (Integer)
  • max_salary_to_buy: (Integer)
  • min_median_dom: (Float)
  • max_median_dom: (Float)
  • min_inventory: (Integer)
  • max_inventory: (Integer)
  • min_homes_sold: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


204
# File 'sig/crawlora.rbs', line 204

def housing_markets_facets: (?facet: String, ?q: String, ?region_type: String, ?state_code: String, ?property_type: String, ?parent_metro_code: String, ?zip_code: String, ?period: String, ?latest: bool, ?min_median_sale_price: Float, ?max_median_sale_price: Float, ?min_median_list_price: Float, ?max_median_list_price: Float, ?min_price_to_income: Float, ?max_price_to_income: Float, ?min_salary_to_buy: Integer, ?max_salary_to_buy: Integer, ?min_median_dom: Float, ?max_median_dom: Float, ?min_inventory: Integer, ?max_inventory: Integer, ?min_homes_sold: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#housing_markets_itemObject

Parameters:

  • region_type: (String)
  • table_id: (Integer)
  • period: (String)
  • property_type: (String)
  • history: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


205
# File 'sig/crawlora.rbs', line 205

def housing_markets_item: (?region_type: String, ?table_id: Integer, ?period: String, ?property_type: String, ?history: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#housing_markets_searchObject

Parameters:

  • q: (String)
  • region_type: (String)
  • state_code: (String)
  • property_type: (String)
  • parent_metro_code: (String)
  • zip_code: (String)
  • period: (String)
  • latest: (Boolean)
  • min_median_sale_price: (Float)
  • max_median_sale_price: (Float)
  • min_median_list_price: (Float)
  • max_median_list_price: (Float)
  • min_price_to_income: (Float)
  • max_price_to_income: (Float)
  • min_salary_to_buy: (Integer)
  • max_salary_to_buy: (Integer)
  • min_median_dom: (Float)
  • max_median_dom: (Float)
  • min_inventory: (Integer)
  • max_inventory: (Integer)
  • min_homes_sold: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


206
# File 'sig/crawlora.rbs', line 206

def housing_markets_search: (?q: String, ?region_type: String, ?state_code: String, ?property_type: String, ?parent_metro_code: String, ?zip_code: String, ?period: String, ?latest: bool, ?min_median_sale_price: Float, ?max_median_sale_price: Float, ?min_median_list_price: Float, ?max_median_list_price: Float, ?min_price_to_income: Float, ?max_price_to_income: Float, ?min_salary_to_buy: Integer, ?max_salary_to_buy: Integer, ?min_median_dom: Float, ?max_median_dom: Float, ?min_inventory: Integer, ?max_inventory: Integer, ?min_homes_sold: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#journalists_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • outlet: (String)
  • vertical: (String)
  • topic: (String)
  • contact_type: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


207
# File 'sig/crawlora.rbs', line 207

def journalists_facets: (?facet: String, ?q: String, ?outlet: String, ?vertical: String, ?topic: String, ?contact_type: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#journalists_itemObject

Parameters:

  • outlet: (String)
  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


208
# File 'sig/crawlora.rbs', line 208

def journalists_item: (?outlet: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#journalists_searchObject

Parameters:

  • q: (String)
  • outlet: (String)
  • vertical: (String)
  • topic: (String)
  • contact_type: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


209
# File 'sig/crawlora.rbs', line 209

def journalists_search: (?q: String, ?outlet: String, ?vertical: String, ?topic: String, ?contact_type: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#listObject

Parameters:

  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


180
# File 'sig/crawlora.rbs', line 180

def list: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#numbeo_cities_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • country: (String)
  • min_cost_of_living_index: (Float)
  • max_cost_of_living_index: (Float)
  • min_quality_of_life_index: (Float)
  • min_crime_index: (Float)
  • max_crime_index: (Float)
  • min_safety_index: (Float)
  • min_health_care_index: (Float)
  • max_pollution_index: (Float)
  • max_traffic_index: (Float)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


210
# File 'sig/crawlora.rbs', line 210

def numbeo_cities_facets: (?facet: String, ?q: String, ?country: String, ?min_cost_of_living_index: Float, ?max_cost_of_living_index: Float, ?min_quality_of_life_index: Float, ?min_crime_index: Float, ?max_crime_index: Float, ?min_safety_index: Float, ?min_health_care_index: Float, ?max_pollution_index: Float, ?max_traffic_index: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#numbeo_cities_itemObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


211
# File 'sig/crawlora.rbs', line 211

def numbeo_cities_item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#numbeo_cities_searchObject

Parameters:

  • q: (String)
  • country: (String)
  • min_cost_of_living_index: (Float)
  • max_cost_of_living_index: (Float)
  • min_quality_of_life_index: (Float)
  • min_crime_index: (Float)
  • max_crime_index: (Float)
  • min_safety_index: (Float)
  • min_health_care_index: (Float)
  • max_pollution_index: (Float)
  • max_traffic_index: (Float)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


212
# File 'sig/crawlora.rbs', line 212

def numbeo_cities_search: (?q: String, ?country: String, ?min_cost_of_living_index: Float, ?max_cost_of_living_index: Float, ?min_quality_of_life_index: Float, ?min_crime_index: Float, ?max_crime_index: Float, ?min_safety_index: Float, ?min_health_care_index: Float, ?max_pollution_index: Float, ?max_traffic_index: Float, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#numbeo_countries_itemObject

Parameters:

  • country: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


213
# File 'sig/crawlora.rbs', line 213

def numbeo_countries_item: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#numbeo_countries_searchObject

Parameters:

  • q: (String)
  • min_cost_of_living_index: (Float)
  • max_cost_of_living_index: (Float)
  • min_quality_of_life_index: (Float)
  • min_crime_index: (Float)
  • max_crime_index: (Float)
  • min_safety_index: (Float)
  • min_health_care_index: (Float)
  • max_pollution_index: (Float)
  • max_traffic_index: (Float)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


214
# File 'sig/crawlora.rbs', line 214

def numbeo_countries_search: (?q: String, ?min_cost_of_living_index: Float, ?max_cost_of_living_index: Float, ?min_quality_of_life_index: Float, ?min_crime_index: Float, ?max_crime_index: Float, ?min_safety_index: Float, ?min_health_care_index: Float, ?max_pollution_index: Float, ?max_traffic_index: Float, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_games_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • publisher: (String)
  • classification: (String)
  • genre: (String)
  • platform: (String)
  • content_rating: (String)
  • content_descriptor: (String)
  • price_tier: (String)
  • branding: (String)
  • region: (String)
  • concept_id: (String)
  • np_title_id: (String)
  • run_id: (String)
  • is_free: (Boolean)
  • is_addon: (Boolean)
  • is_tied_to_subscription: (Boolean)
  • coming_soon: (Boolean)
  • on_sale: (Boolean)
  • min_price_value: (Integer)
  • max_price_value: (Integer)
  • min_star_rating: (Float)
  • min_star_count: (Integer)
  • min_discount_pct: (Integer)
  • min_release_year: (Integer)
  • max_release_year: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


215
# File 'sig/crawlora.rbs', line 215

def playstation_games_facets: (?facet: String, ?q: String, ?publisher: String, ?classification: String, ?genre: String, ?platform: String, ?content_rating: String, ?content_descriptor: String, ?price_tier: String, ?branding: String, ?region: String, ?concept_id: String, ?np_title_id: String, ?run_id: String, ?is_free: bool, ?is_addon: bool, ?is_tied_to_subscription: bool, ?coming_soon: bool, ?on_sale: bool, ?min_price_value: Integer, ?max_price_value: Integer, ?min_star_rating: Float, ?min_star_count: Integer, ?min_discount_pct: Integer, ?min_release_year: Integer, ?max_release_year: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_games_itemObject

Parameters:

  • product_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


216
# File 'sig/crawlora.rbs', line 216

def playstation_games_item: (?product_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_games_searchObject

Parameters:

  • q: (String)
  • publisher: (String)
  • classification: (String)
  • genre: (String)
  • platform: (String)
  • content_rating: (String)
  • content_descriptor: (String)
  • price_tier: (String)
  • branding: (String)
  • region: (String)
  • concept_id: (String)
  • np_title_id: (String)
  • run_id: (String)
  • is_free: (Boolean)
  • is_addon: (Boolean)
  • is_tied_to_subscription: (Boolean)
  • coming_soon: (Boolean)
  • on_sale: (Boolean)
  • min_price_value: (Integer)
  • max_price_value: (Integer)
  • min_star_rating: (Float)
  • min_star_count: (Integer)
  • min_discount_pct: (Integer)
  • min_release_year: (Integer)
  • max_release_year: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


217
# File 'sig/crawlora.rbs', line 217

def playstation_games_search: (?q: String, ?publisher: String, ?classification: String, ?genre: String, ?platform: String, ?content_rating: String, ?content_descriptor: String, ?price_tier: String, ?branding: String, ?region: String, ?concept_id: String, ?np_title_id: String, ?run_id: String, ?is_free: bool, ?is_addon: bool, ?is_tied_to_subscription: bool, ?coming_soon: bool, ?on_sale: bool, ?min_price_value: Integer, ?max_price_value: Integer, ?min_star_rating: Float, ?min_star_count: Integer, ?min_discount_pct: Integer, ?min_release_year: Integer, ?max_release_year: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • topic: (String)
  • min_products: (Integer)
  • min_total_votes: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


218
# File 'sig/crawlora.rbs', line 218

def producthunt_makers_facets: (?facet: String, ?q: String, ?topic: String, ?min_products: Integer, ?min_total_votes: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_itemObject

Parameters:

  • username: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


219
# File 'sig/crawlora.rbs', line 219

def producthunt_makers_item: (?username: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_makers_searchObject

Parameters:

  • q: (String)
  • topic: (String)
  • min_products: (Integer)
  • min_total_votes: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


220
# File 'sig/crawlora.rbs', line 220

def producthunt_makers_search: (?q: String, ?topic: String, ?min_products: Integer, ?min_total_votes: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • topic: (String)
  • maker: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_rating: (Float)
  • pricing_type: (String)
  • has_website: (Boolean)
  • is_online: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


221
# File 'sig/crawlora.rbs', line 221

def producthunt_products_facets: (?facet: String, ?q: String, ?topic: String, ?maker: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_rating: Float, ?pricing_type: String, ?has_website: bool, ?is_online: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_itemObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


222
# File 'sig/crawlora.rbs', line 222

def producthunt_products_item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#producthunt_products_searchObject

Parameters:

  • q: (String)
  • topic: (String)
  • maker: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_rating: (Float)
  • pricing_type: (String)
  • has_website: (Boolean)
  • is_online: (Boolean)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


223
# File 'sig/crawlora.rbs', line 223

def producthunt_products_search: (?q: String, ?topic: String, ?maker: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_rating: Float, ?pricing_type: String, ?has_website: bool, ?is_online: bool, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • facet: (String)
  • group_by: (String)
  • topic: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_launches: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


224
# File 'sig/crawlora.rbs', line 224

def producthunt_trends_facets: (?facet: String, ?group_by: String, ?topic: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_launches: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

  • group_by: (String)
  • topic: (String)
  • launched_after: (String)
  • launched_before: (String)
  • min_votes: (Integer)
  • min_launches: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


225
# File 'sig/crawlora.rbs', line 225

def producthunt_trends_search: (?group_by: String, ?topic: String, ?launched_after: String, ?launched_before: String, ?min_votes: Integer, ?min_launches: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_achievements_searchObject

Parameters:

  • app_id: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


226
# File 'sig/crawlora.rbs', line 226

def steam_achievements_search: (?app_id: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_charts_searchObject

Parameters:

  • q: (String)
  • chart: (String)
  • country: (String)
  • app_id: (String)
  • date: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


227
# File 'sig/crawlora.rbs', line 227

def steam_charts_search: (?q: String, ?chart: String, ?country: String, ?app_id: String, ?date: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_games_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • type: (String)
  • developer: (String)
  • publisher: (String)
  • genre: (String)
  • category: (String)
  • tag: (String)
  • price_tier: (String)
  • review_tier: (String)
  • owners_bucket: (String)
  • run_id: (String)
  • is_free: (Boolean)
  • windows: (Boolean)
  • mac: (Boolean)
  • linux: (Boolean)
  • on_sale: (Boolean)
  • min_price_cents: (Integer)
  • max_price_cents: (Integer)
  • min_owners: (Integer)
  • min_positive: (Integer)
  • min_total_reviews: (Integer)
  • min_review_score: (Float)
  • min_metacritic: (Integer)
  • min_ccu: (Integer)
  • min_release_year: (Integer)
  • max_release_year: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


228
# File 'sig/crawlora.rbs', line 228

def steam_games_facets: (?facet: String, ?q: String, ?type: String, ?developer: String, ?publisher: String, ?genre: String, ?category: String, ?tag: String, ?price_tier: String, ?review_tier: String, ?owners_bucket: String, ?run_id: String, ?is_free: bool, ?windows: bool, ?mac: bool, ?linux: bool, ?on_sale: bool, ?min_price_cents: Integer, ?max_price_cents: Integer, ?min_owners: Integer, ?min_positive: Integer, ?min_total_reviews: Integer, ?min_review_score: Float, ?min_metacritic: Integer, ?min_ccu: Integer, ?min_release_year: Integer, ?max_release_year: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_games_itemObject

Parameters:

  • appid: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


229
# File 'sig/crawlora.rbs', line 229

def steam_games_item: (?appid: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_games_searchObject

Parameters:

  • q: (String)
  • type: (String)
  • developer: (String)
  • publisher: (String)
  • genre: (String)
  • category: (String)
  • tag: (String)
  • price_tier: (String)
  • review_tier: (String)
  • owners_bucket: (String)
  • run_id: (String)
  • is_free: (Boolean)
  • windows: (Boolean)
  • mac: (Boolean)
  • linux: (Boolean)
  • on_sale: (Boolean)
  • min_price_cents: (Integer)
  • max_price_cents: (Integer)
  • min_owners: (Integer)
  • min_positive: (Integer)
  • min_total_reviews: (Integer)
  • min_review_score: (Float)
  • min_metacritic: (Integer)
  • min_ccu: (Integer)
  • min_release_year: (Integer)
  • max_release_year: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


230
# File 'sig/crawlora.rbs', line 230

def steam_games_search: (?q: String, ?type: String, ?developer: String, ?publisher: String, ?genre: String, ?category: String, ?tag: String, ?price_tier: String, ?review_tier: String, ?owners_bucket: String, ?run_id: String, ?is_free: bool, ?windows: bool, ?mac: bool, ?linux: bool, ?on_sale: bool, ?min_price_cents: Integer, ?max_price_cents: Integer, ?min_owners: Integer, ?min_positive: Integer, ?min_total_reviews: Integer, ?min_review_score: Float, ?min_metacritic: Integer, ?min_ccu: Integer, ?min_release_year: Integer, ?max_release_year: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_news_searchObject

Parameters:

  • q: (String)
  • app_id: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


231
# File 'sig/crawlora.rbs', line 231

def steam_news_search: (?q: String, ?app_id: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_playercounts_searchObject

Parameters:

  • app_id: (String)
  • date: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


232
# File 'sig/crawlora.rbs', line 232

def steam_playercounts_search: (?app_id: String, ?date: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_prices_searchObject

Parameters:

  • app_id: (String)
  • date: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


233
# File 'sig/crawlora.rbs', line 233

def steam_prices_search: (?app_id: String, ?date: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steam_reviews_searchObject

Parameters:

  • q: (String)
  • app_id: (String)
  • language: (String)
  • voted_up: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


234
# File 'sig/crawlora.rbs', line 234

def steam_reviews_search: (?q: String, ?app_id: String, ?language: String, ?voted_up: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • technology: (Array[String])
  • any_of: (Array[String])
  • not: (Array[String])
  • category: (String)
  • cms: (String)
  • ecommerce: (String)
  • cdn: (String)
  • web_server: (String)
  • server_language: (String)
  • tld: (String)
  • render_tier: (String)
  • seed_source: (String)
  • has_captcha: (Boolean)
  • reachable: (Boolean)
  • min_tech_count: (Integer)
  • run_id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


235
# File 'sig/crawlora.rbs', line 235

def techstack_facets: (?facet: String, ?q: String, ?technology: Array[String], ?any_of: Array[String], ?not: Array[String], ?category: String, ?cms: String, ?ecommerce: String, ?cdn: String, ?web_server: String, ?server_language: String, ?tld: String, ?render_tier: String, ?seed_source: String, ?has_captcha: bool, ?reachable: bool, ?min_tech_count: Integer, ?run_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_itemObject

Parameters:

  • domain: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


236
# File 'sig/crawlora.rbs', line 236

def techstack_item: (?domain: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#techstack_searchObject

Parameters:

  • q: (String)
  • technology: (Array[String])
  • any_of: (Array[String])
  • not: (Array[String])
  • category: (String)
  • cms: (String)
  • ecommerce: (String)
  • cdn: (String)
  • web_server: (String)
  • server_language: (String)
  • tld: (String)
  • render_tier: (String)
  • seed_source: (String)
  • has_captcha: (Boolean)
  • reachable: (Boolean)
  • min_tech_count: (Integer)
  • run_id: (String)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


237
# File 'sig/crawlora.rbs', line 237

def techstack_search: (?q: String, ?technology: Array[String], ?any_of: Array[String], ?not: Array[String], ?category: String, ?cms: String, ?ecommerce: String, ?cdn: String, ?web_server: String, ?server_language: String, ?tld: String, ?render_tier: String, ?seed_source: String, ?has_captcha: bool, ?reachable: bool, ?min_tech_count: Integer, ?run_id: String, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • category: (String)
  • country: (String)
  • payment_provider: (String)
  • on_sale: (Boolean)
  • min_mrr: (Float)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


238
# File 'sig/crawlora.rbs', line 238

def trustmrr_facets: (?facet: String, ?q: String, ?category: String, ?country: String, ?payment_provider: String, ?on_sale: bool, ?min_mrr: Float, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_historyObject

Parameters:

  • slug: (String)
  • from: (String)
  • to: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


239
# File 'sig/crawlora.rbs', line 239

def trustmrr_history: (?slug: String, ?from: String, ?to: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_itemObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


240
# File 'sig/crawlora.rbs', line 240

def trustmrr_item: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#trustmrr_searchObject

Parameters:

  • q: (String)
  • slug: (String)
  • category: (String)
  • country: (String)
  • payment_provider: (String)
  • target_audience: (String)
  • business_type: (String)
  • tech: (String)
  • channel: (String)
  • listing_tier: (String)
  • status: (String)
  • on_sale: (Boolean)
  • is_sponsored: (Boolean)
  • min_mrr: (Float)
  • max_mrr: (Float)
  • min_revenue: (Float)
  • min_revenue_30d: (Float)
  • min_traffic: (Float)
  • min_growth: (Float)
  • max_multiple: (Float)
  • min_asking_price: (Float)
  • max_asking_price: (Float)
  • min_ahrefs_dr: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


241
# File 'sig/crawlora.rbs', line 241

def trustmrr_search: (?q: String, ?slug: String, ?category: String, ?country: String, ?payment_provider: String, ?target_audience: String, ?business_type: String, ?tech: String, ?channel: String, ?listing_tier: String, ?status: String, ?on_sale: bool, ?is_sponsored: bool, ?min_mrr: Float, ?max_mrr: Float, ?min_revenue: Float, ?min_revenue_30d: Float, ?min_traffic: Float, ?min_growth: Float, ?max_multiple: Float, ?min_asking_price: Float, ?max_asking_price: Float, ?min_ahrefs_dr: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped