Module: Gbizinfo::Api::Endpoints::HojinSearch

Included in:
Gbizinfo::Api::Endpoints
Defined in:
lib/gbizinfo/api/endpoints/hojin_search.rb

Instance Method Summary collapse

Instance Method Details

#hojin_search(options = {}) ⇒ Object

Search for corporate information registered in gBizINFO.

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :corporate_number (String)

    A corporate number.

  • :name (String)

    A corporate name.

  • :exist_flg (String)

    A corporate activity information.

  • :corporate_type (String)

    A corporate type.

  • :prefecture (String)

    A location prefecture.

  • :city (String)

    A location city.

  • :capital_stock_from (String)

    A lower limit of capital.

  • :capital_stock_to (String)

    An upper limit of capital.

  • :employee_number_from (String)

    A lower limit of the number of employees.

  • :employee_number_to (String)

    A maximum number of employees.

  • :founded_year (String)

    A year of establishment.

  • :sales_area (String)

    A business area.

  • :business_item (String)

    A business items.

  • :unified_qualification (String)

    A government unified participation qualification.

  • :net_sales_summary_of_business_results_from (String)

    A lower limit of sales.

  • :net_sales_summary_of_business_results_to (String)

    An upper limit of sales.

  • :net_income_loss_summary_of_business_results_from (String)

    A lower limit of net income or net loss.

  • :net_income_loss_summary_of_business_results_to (String)

    An upper limit of net income or net loss.

  • :total_assets_summary_of_business_results_from (String)

    A lower limit of total assets.

  • :total_assets_summary_of_business_results_to (String)

    A set an upper limit for total assets.

  • :name_major_shareholders (String)

    A major shareholder name.

  • :average_continuous_service_years (String)

    An average number of years of continuous service.

  • :average_age (String)

    An average age of employees.

  • :month_average_predetermined_overtime_hours (String)

    A monthly average overtime hours.

  • :female_workers_proportion (String)

    A percentage of female workers among workers.

  • :year (String)

    The year.

  • :ministry (String)

    A ministry in charge.

  • :source (String)

    A source.

  • :page (String)

    A number of pages in search results.

  • :limit (String)

    A number of search results per page.

See Also:



69
70
71
# File 'lib/gbizinfo/api/endpoints/hojin_search.rb', line 69

def hojin_search(options = {})
  get('hojin', options)
end