sba 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/.gitignore +41 -0
  2. data/.rspec +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.md +10 -0
  5. data/LICENSE.mkd +20 -0
  6. data/README.mkd +72 -0
  7. data/Rakefile +16 -0
  8. data/autotest/discover.rb +1 -0
  9. data/lib/faraday/multipart.rb +29 -0
  10. data/lib/faraday/raise_error.rb +31 -0
  11. data/lib/faraday/response/raise_error.rb +32 -0
  12. data/lib/sba.rb +51 -0
  13. data/lib/sba/client.rb +44 -0
  14. data/lib/sba/client/connection.rb +37 -0
  15. data/lib/sba/client/data.rb +73 -0
  16. data/lib/sba/client/licenses.rb +111 -0
  17. data/lib/sba/client/loans.rb +125 -0
  18. data/lib/sba/client/request.rb +37 -0
  19. data/lib/sba/client/sites.rb +71 -0
  20. data/lib/sba/client/urls.rb +134 -0
  21. data/lib/sba/configuration.rb +44 -0
  22. data/lib/sba/version.rb +3 -0
  23. data/sba.gemspec +37 -0
  24. data/spec/data_spec.rb +103 -0
  25. data/spec/fixtures/all_sites_keywords.json +1393 -0
  26. data/spec/fixtures/business_type_state.json +81 -0
  27. data/spec/fixtures/business_type_state_city.json +131 -0
  28. data/spec/fixtures/business_type_state_county.json +101 -0
  29. data/spec/fixtures/business_type_zip.json +111 -0
  30. data/spec/fixtures/by_business_type.json +601 -0
  31. data/spec/fixtures/by_state.json +71 -0
  32. data/spec/fixtures/city_links_for_state.json +30 -0
  33. data/spec/fixtures/data_city.json +87543 -0
  34. data/spec/fixtures/data_city_county.json +88355 -0
  35. data/spec/fixtures/data_county.json +813 -0
  36. data/spec/fixtures/data_specific_city.json +15 -0
  37. data/spec/fixtures/data_specific_county.json +2493 -0
  38. data/spec/fixtures/doing_business_as.json +591 -0
  39. data/spec/fixtures/employer_requirements.json +2211 -0
  40. data/spec/fixtures/entity_filing.json +551 -0
  41. data/spec/fixtures/federal_and_state_financing_for.json +973 -0
  42. data/spec/fixtures/loan_grants.json +901 -0
  43. data/spec/fixtures/loan_grants_by_industry_specialty.json +533 -0
  44. data/spec/fixtures/loan_grants_by_specialty.json +210 -0
  45. data/spec/fixtures/loan_grants_industry.json +324 -0
  46. data/spec/fixtures/loan_grants_state_ind_spec.json +381 -0
  47. data/spec/fixtures/loan_grants_state_industry.json +381 -0
  48. data/spec/fixtures/loan_grants_state_specialty.json +362 -0
  49. data/spec/fixtures/primary_url_for_athens.json +15 -0
  50. data/spec/fixtures/primary_url_for_clarke_county.json +29 -0
  51. data/spec/fixtures/rec_sites_categories.json +249 -0
  52. data/spec/fixtures/rec_sites_categories.xml +1 -0
  53. data/spec/fixtures/rec_sites_domain.json +9 -0
  54. data/spec/fixtures/rec_sites_domain.xml +1 -0
  55. data/spec/fixtures/rec_sites_keyword.json +17 -0
  56. data/spec/fixtures/rec_sites_keywords.xml +1 -0
  57. data/spec/fixtures/rec_sites_master_term.json +9 -0
  58. data/spec/fixtures/rec_sites_master_term.xml +1 -0
  59. data/spec/fixtures/state_financing_for.json +73 -0
  60. data/spec/fixtures/state_licenses.json +11191 -0
  61. data/spec/fixtures/tax_registration.json +1101 -0
  62. data/spec/fixtures/url_city.json +6063 -0
  63. data/spec/fixtures/url_city_county.json +6875 -0
  64. data/spec/fixtures/url_county.json +813 -0
  65. data/spec/fixtures/url_specific_city.json +141 -0
  66. data/spec/fixtures/url_specific_county.json +477 -0
  67. data/spec/helper.rb +27 -0
  68. data/spec/licenses_spec.rb +148 -0
  69. data/spec/loans_spec.rb +193 -0
  70. data/spec/sba_ruby/client_spec.rb +8 -0
  71. data/spec/sba_spec.rb +9 -0
  72. data/spec/sites_spec.rb +101 -0
  73. data/spec/urls_spec.rb +188 -0
  74. metadata +345 -0
@@ -0,0 +1,81 @@
1
+
2
+ {"state_site_item0": [
3
+ {"title": "Get Unemployment Tax Requirements"},
4
+ {"description": null},
5
+ {"url": "http://www.vec.virginia.gov/vecportal/unins/insunemp.cfm"},
6
+ {"state": "Virginia"},
7
+ {"category": "Employer Requirements"},
8
+ {"county": null},
9
+ {"business_type": "Insurance Requirements"},
10
+ {"section": "Unemployment Insurance Tax"},
11
+ {"resource_group_description": "Businesses with employees are required to pay unemployment insurance taxes under certain conditions. If your business is required to pay these taxes, you must register your business with your state's workforce agency:"}] ,
12
+ "state_site_item1": [
13
+ {"title": "Find Workers' Comp Requirements"},
14
+ {"description": null},
15
+ {"url": "http://www.vwc.state.va.us/employers_guide.htm"},
16
+ {"state": "Virginia"},
17
+ {"category": "Employer Requirements"},
18
+ {"county": null},
19
+ {"business_type": "Insurance Requirements"},
20
+ {"section": "Workers' Compensation Insurance"},
21
+ {"resource_group_description": "Businesses with employees are required to carry Workers' Compensation Insurance coverage through a commercial carrier, on a self-insured basis, or through the state Workers' Compensation Insurance program."}] ,
22
+ "state_site_item2": [
23
+ {"title": "Report New Hires"},
24
+ {"description": null},
25
+ {"url": "http://newhire-reporting.com/VA-Newhire/default.aspx"},
26
+ {"state": "Virginia"},
27
+ {"category": "Employer Requirements"},
28
+ {"county": null},
29
+ {"business_type": "New Hire Reporting Requirements"},
30
+ {"section": null},
31
+ {"resource_group_description": "All employers are required to report newly and re-hired employees to their state's Directory of New Hires within 20 days of their hire or re-hire data."}] ,
32
+ "business_type_site_item0": [
33
+ {"title": "Child Care Licensing Information"},
34
+ {"description": null},
35
+ {"url": "http://www.dss.virginia.gov/facility/child_care/licensed/child_day_centers/index.cgi"},
36
+ {"state": "Virginia"},
37
+ {"category": "State Licenses and Permits"},
38
+ {"county": null},
39
+ {"business_type": "Child Care Services"},
40
+ {"section": null},
41
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
42
+ "state_site_item3": [
43
+ {"title": "Get Workplace Posters"},
44
+ {"description": null},
45
+ {"url": "http://www.doli.virginia.gov/publications/poster_form.html"},
46
+ {"state": "Virginia"},
47
+ {"category": "Employer Requirements"},
48
+ {"county": null},
49
+ {"business_type": "Workplace Poster Requirements"},
50
+ {"section": "State Posters"},
51
+ {"resource_group_description": "Obtain workplace posters required under state labor laws:"}] ,
52
+ "state_site_item4": [
53
+ {"title": "Business and Occupational Licenses"},
54
+ {"description": null},
55
+ {"url": "http://www.dba.state.va.us/starting_business.shtml"},
56
+ {"state": "Virginia"},
57
+ {"category": "State Licenses and Permits"},
58
+ {"county": null},
59
+ {"business_type": "General Business Licenses"},
60
+ {"section": null},
61
+ {"resource_group_description": "Information about how to obtain business and occupational licenses and permits."}] ,
62
+ "state_site_item5": [
63
+ {"title": "Business Tax Registration"},
64
+ {"description": null},
65
+ {"url": "http://www.tax.virginia.gov/site.cfm?alias=BusinessHome"},
66
+ {"state": "Virginia"},
67
+ {"category": "Tax Registration"},
68
+ {"county": null},
69
+ {"business_type": "State Tax Registration"},
70
+ {"section": null},
71
+ {"resource_group_description": "Businesses that operate within Virginia are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}] ,
72
+ "state_site_item6": [
73
+ {"title": "General Tax Information and Forms"},
74
+ {"description": null},
75
+ {"url": "http://www.tax.virginia.gov/"},
76
+ {"state": "Virginia"},
77
+ {"category": "Tax Registration"},
78
+ {"county": null},
79
+ {"business_type": "State Tax Registration"},
80
+ {"section": null},
81
+ {"resource_group_description": "Businesses that operate within Virginia are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}]}
@@ -0,0 +1,131 @@
1
+
2
+ {"state_site_item0": [
3
+ {"title": "Obtain Disability Insurance"},
4
+ {"description": null},
5
+ {"url": "http://www.wcb.state.ny.us/content/main/DisabilityBenefits/Employer/introToLaw.jsp"},
6
+ {"state": "New York"},
7
+ {"category": "Employer Requirements"},
8
+ {"county": null},
9
+ {"business_type": "Insurance Requirements"},
10
+ {"section": "Disability Insurance"},
11
+ {"resource_group_description": "Temporary disability insurance provides benefit payments to insured workers for time off work due to a non-work related illness or injury. Employers are responsible for deducting disability insurance tax from from employees' wages and reporting these taxes to the state."}] ,
12
+ "state_site_item1": [
13
+ {"title": "Get Unemployment Tax Requirements"},
14
+ {"description": null},
15
+ {"url": "http://www.labor.state.ny.us/ui/dande/register1.shtm"},
16
+ {"state": "New York"},
17
+ {"category": "Employer Requirements"},
18
+ {"county": null},
19
+ {"business_type": "Insurance Requirements"},
20
+ {"section": "Unemployment Insurance Tax"},
21
+ {"resource_group_description": "Businesses with employees are required to pay unemployment insurance taxes under certain conditions. If your business is required to pay these taxes, you must register your business with your state's workforce agency:"}] ,
22
+ "state_site_item2": [
23
+ {"title": "Find Workers' Comp Requirements"},
24
+ {"description": null},
25
+ {"url": "http://www.wcb.state.ny.us/content/main/Employers/Employers.jsp"},
26
+ {"state": "New York"},
27
+ {"category": "Employer Requirements"},
28
+ {"county": null},
29
+ {"business_type": "Insurance Requirements"},
30
+ {"section": "Workers' Compensation Insurance"},
31
+ {"resource_group_description": "Businesses with employees are required to carry Workers' Compensation Insurance coverage through a commercial carrier, on a self-insured basis, or through the state Workers' Compensation Insurance program."}] ,
32
+ "local_site_item0": [
33
+ {"title": "Albany, NY"},
34
+ {"description": null},
35
+ {"url": "http://www.albanyny.org/"},
36
+ {"state": "New York"},
37
+ {"category": null},
38
+ {"county": "Albany County"},
39
+ {"business_type": null},
40
+ {"section": null},
41
+ {"resource_group_description": null}] ,
42
+ "county_sites_item0": [
43
+ {"title": null},
44
+ {"description": null},
45
+ {"url": "http://www.albanycounty.com/"},
46
+ {"state": "New York"},
47
+ {"category": null},
48
+ {"county": "Albany County"},
49
+ {"business_type": null},
50
+ {"section": null},
51
+ {"resource_group_description": null}] ,
52
+ "business_type_site_item0": [
53
+ {"title": "Food Establishment Licenses"},
54
+ {"description": null},
55
+ {"url": "http://www.agmkt.state.ny.us/FS/general/license.html"},
56
+ {"state": "New York"},
57
+ {"category": "State Licenses and Permits"},
58
+ {"county": null},
59
+ {"business_type": "Restaurant"},
60
+ {"section": "Food Service Establishment Permit"},
61
+ {"resource_group_description": "Except for those food establishments licensed by the New York State Department of Agriculture and Markets , permitting and inspecting of food service establishments in New York State are the responsibility of Local Health Departments.\u00c2\u00a0Inquires regarding application for a permit, request for an inspection, or filing a complaint should be made to your local health department."}] ,
62
+ "state_site_item3": [
63
+ {"title": "Report New Hires"},
64
+ {"description": null},
65
+ {"url": "http://www.tax.ny.gov/bus/wt/newhire.htm"},
66
+ {"state": "New York"},
67
+ {"category": "Employer Requirements"},
68
+ {"county": null},
69
+ {"business_type": "New Hire Reporting Requirements"},
70
+ {"section": null},
71
+ {"resource_group_description": "All employers are required to report newly and re-hired employees to their state's Directory of New Hires within 20 days of their hire or re-hire data."}] ,
72
+ "business_type_site_item1": [
73
+ {"title": "Alcohol Beverage Licenses"},
74
+ {"description": null},
75
+ {"url": "http://abc.state.ny.us/forms-quick-find"},
76
+ {"state": "New York"},
77
+ {"category": "State Licenses and Permits"},
78
+ {"county": null},
79
+ {"business_type": "Restaurant"},
80
+ {"section": "Liquor License"},
81
+ {"resource_group_description": "In order to sell and serve alcohol in your restaurant, you are required to obtain a state liquor license. You may also be required to obtain a license from your city or county government. Check with your local government for specific licensing requirements."}] ,
82
+ "state_site_item4": [
83
+ {"title": "Get Workplace Posters"},
84
+ {"description": null},
85
+ {"url": "http://www.labor.state.ny.us/workerprotection/laborstandards/employer/posters.shtm"},
86
+ {"state": "New York"},
87
+ {"category": "Employer Requirements"},
88
+ {"county": null},
89
+ {"business_type": "Workplace Poster Requirements"},
90
+ {"section": "State Posters"},
91
+ {"resource_group_description": "Obtain workplace posters required under state labor laws:"}] ,
92
+ "state_site_item5": [
93
+ {"title": "Online Permit Assistance and Licensing"},
94
+ {"description": null},
95
+ {"url": "http://www.nys-permits.org/"},
96
+ {"state": "New York"},
97
+ {"category": "State Licenses and Permits"},
98
+ {"county": null},
99
+ {"business_type": "General Business Licenses"},
100
+ {"section": null},
101
+ {"resource_group_description": "Information about how to obtain business and occupational licenses and permits."}] ,
102
+ "state_site_item6": [
103
+ {"title": "Professional and Occupational Licenses"},
104
+ {"description": null},
105
+ {"url": "http://www.op.nysed.gov/prof/"},
106
+ {"state": "New York"},
107
+ {"category": "State Licenses and Permits"},
108
+ {"county": null},
109
+ {"business_type": "General Business Licenses"},
110
+ {"section": null},
111
+ {"resource_group_description": "Information about how to obtain business and occupational licenses and permits."}] ,
112
+ "state_site_item7": [
113
+ {"title": "Tax Guide for New Businesses"},
114
+ {"description": null},
115
+ {"url": "http://www.tax.ny.gov/pdf/publications/multi/pub20_1007.pdf"},
116
+ {"state": "New York"},
117
+ {"category": "Tax Registration"},
118
+ {"county": null},
119
+ {"business_type": "State Tax Registration"},
120
+ {"section": null},
121
+ {"resource_group_description": "Businesses that operate within New York are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}] ,
122
+ "state_site_item8": [
123
+ {"title": "General Tax Information and Forms"},
124
+ {"description": null},
125
+ {"url": "http://www.tax.ny.gov/bus/multi/other_tax.htm"},
126
+ {"state": "New York"},
127
+ {"category": "Tax Registration"},
128
+ {"county": null},
129
+ {"business_type": "State Tax Registration"},
130
+ {"section": null},
131
+ {"resource_group_description": "Businesses that operate within New York are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}]}
@@ -0,0 +1,101 @@
1
+
2
+ {"state_site_item0": [
3
+ {"title": "Obtain Disability Insurance"},
4
+ {"description": null},
5
+ {"url": "http://www.edd.ca.gov/Disability/"},
6
+ {"state": "California"},
7
+ {"category": "Employer Requirements"},
8
+ {"county": null},
9
+ {"business_type": "Insurance Requirements"},
10
+ {"section": "Disability Insurance"},
11
+ {"resource_group_description": "Temporary disability insurance provides benefit payments to insured workers for time off work due to a non-work related illness or injury. Employers are responsible for deducting disability insurance tax from from employees' wages and reporting these taxes to the state."}] ,
12
+ "state_site_item1": [
13
+ {"title": "Get Unemployment Tax Requirements"},
14
+ {"description": null},
15
+ {"url": "http://www.edd.ca.gov/Unemployment/Filing_a_Claim.htm"},
16
+ {"state": "California"},
17
+ {"category": "Employer Requirements"},
18
+ {"county": null},
19
+ {"business_type": "Insurance Requirements"},
20
+ {"section": "Unemployment Insurance Tax"},
21
+ {"resource_group_description": "Businesses with employees are required to pay unemployment insurance taxes under certain conditions. If your business is required to pay these taxes, you must register your business with your state's workforce agency:"}] ,
22
+ "state_site_item2": [
23
+ {"title": "Find Workers' Comp Requirements"},
24
+ {"description": null},
25
+ {"url": "http://www.dir.ca.gov/dwc/faqs.html"},
26
+ {"state": "California"},
27
+ {"category": "Employer Requirements"},
28
+ {"county": null},
29
+ {"business_type": "Insurance Requirements"},
30
+ {"section": "Workers' Compensation Insurance"},
31
+ {"resource_group_description": "Businesses with employees are required to carry Workers' Compensation Insurance coverage through a commercial carrier, on a self-insured basis, or through the state Workers' Compensation Insurance program."}] ,
32
+ "local_site_item0": [
33
+ {"title": "Los Angeles County, CA"},
34
+ {"description": null},
35
+ {"url": "http://ttc.lacounty.gov/Proptax/Business_License.htm"},
36
+ {"state": "California"},
37
+ {"category": null},
38
+ {"county": null},
39
+ {"business_type": null},
40
+ {"section": null},
41
+ {"resource_group_description": null}] ,
42
+ "county_sites_item0": [
43
+ {"title": "Los Angeles County, CA"},
44
+ {"description": null},
45
+ {"url": "http://ttc.lacounty.gov/Proptax/Business_License.htm"},
46
+ {"state": "California"},
47
+ {"category": null},
48
+ {"county": null},
49
+ {"business_type": null},
50
+ {"section": null},
51
+ {"resource_group_description": null}] ,
52
+ "business_type_site_item0": [
53
+ {"title": "Child Care Licensing Information"},
54
+ {"description": null},
55
+ {"url": "http://www.ccld.ca.gov/PG411.htm"},
56
+ {"state": "California"},
57
+ {"category": "State Licenses and Permits"},
58
+ {"county": null},
59
+ {"business_type": "Child Care Services"},
60
+ {"section": null},
61
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
62
+ "state_site_item3": [
63
+ {"title": "Report New Hires"},
64
+ {"description": null},
65
+ {"url": "http://www.edd.ca.gov/Payroll_Taxes/New_Hire_Reporting.htm"},
66
+ {"state": "California"},
67
+ {"category": "Employer Requirements"},
68
+ {"county": null},
69
+ {"business_type": "New Hire Reporting Requirements"},
70
+ {"section": null},
71
+ {"resource_group_description": "All employers are required to report newly and re-hired employees to their state's Directory of New Hires within 20 days of their hire or re-hire data."}] ,
72
+ "state_site_item4": [
73
+ {"title": "Get Workplace Posters"},
74
+ {"description": null},
75
+ {"url": "http://www.dir.ca.gov/wpnodb.html"},
76
+ {"state": "California"},
77
+ {"category": "Employer Requirements"},
78
+ {"county": null},
79
+ {"business_type": "Workplace Poster Requirements"},
80
+ {"section": "State Posters"},
81
+ {"resource_group_description": "Obtain workplace posters required under state labor laws:"}] ,
82
+ "state_site_item5": [
83
+ {"title": "CalGold - Business Licenses and Permits"},
84
+ {"description": null},
85
+ {"url": "http://www.calgold.ca.gov/"},
86
+ {"state": "California"},
87
+ {"category": "State Licenses and Permits"},
88
+ {"county": null},
89
+ {"business_type": "General Business Licenses"},
90
+ {"section": null},
91
+ {"resource_group_description": "Information about how to obtain business and occupational licenses and permits."}] ,
92
+ "state_site_item6": [
93
+ {"title": "California Tax Service Center"},
94
+ {"description": null},
95
+ {"url": "http://taxes.ca.gov/"},
96
+ {"state": "California"},
97
+ {"category": "Tax Registration"},
98
+ {"county": null},
99
+ {"business_type": "State Tax Registration"},
100
+ {"section": null},
101
+ {"resource_group_description": "Businesses that operate within California are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}]}
@@ -0,0 +1,111 @@
1
+
2
+ {"state_site_item0": [
3
+ {"title": "Get Unemployment Tax Requirements"},
4
+ {"description": null},
5
+ {"url": "http://www.michigan.gov/uia/0,1607,7-118-26898---,00.html"},
6
+ {"state": "Michigan"},
7
+ {"category": "Employer Requirements"},
8
+ {"county": null},
9
+ {"business_type": "Insurance Requirements"},
10
+ {"section": "Unemployment Insurance Tax"},
11
+ {"resource_group_description": "Businesses with employees are required to pay unemployment insurance taxes under certain conditions. If your business is required to pay these taxes, you must register your business with your state's workforce agency:"}] ,
12
+ "state_site_item1": [
13
+ {"title": "Find Workers' Comp Requirements"},
14
+ {"description": null},
15
+ {"url": "http://www.michigan.gov/wca/0,1607,7-191-26925---,00.html"},
16
+ {"state": "Michigan"},
17
+ {"category": "Employer Requirements"},
18
+ {"county": null},
19
+ {"business_type": "Insurance Requirements"},
20
+ {"section": "Workers' Compensation Insurance"},
21
+ {"resource_group_description": "Businesses with employees are required to carry Workers' Compensation Insurance coverage through a commercial carrier, on a self-insured basis, or through the state Workers' Compensation Insurance program."}] ,
22
+ "state_site_item2": [
23
+ {"title": "Report New Hires"},
24
+ {"description": null},
25
+ {"url": "http://MI-Newhire.Com/MI-Newhire/default.aspx"},
26
+ {"state": "Michigan"},
27
+ {"category": "Employer Requirements"},
28
+ {"county": null},
29
+ {"business_type": "New Hire Reporting Requirements"},
30
+ {"section": null},
31
+ {"resource_group_description": "All employers are required to report newly and re-hired employees to their state's Directory of New Hires within 20 days of their hire or re-hire data."}] ,
32
+ "local_site_item0": [
33
+ {"title": "Traverse City, MI"},
34
+ {"description": null},
35
+ {"url": "http://www.ci.traverse-city.mi.us/licenses-and-permits"},
36
+ {"state": "Michigan"},
37
+ {"category": null},
38
+ {"county": "Grand Traverse County"},
39
+ {"business_type": null},
40
+ {"section": null},
41
+ {"resource_group_description": null}] ,
42
+ "county_sites_item0": [
43
+ {"title": null},
44
+ {"description": null},
45
+ {"url": "http://www.co.grand-traverse.mi.us/Special_Interest_To___/Businesses.htm"},
46
+ {"state": "Michigan"},
47
+ {"category": null},
48
+ {"county": "Grand Traverse County"},
49
+ {"business_type": null},
50
+ {"section": null},
51
+ {"resource_group_description": null}] ,
52
+ "business_type_site_item0": [
53
+ {"title": "Food Establishment Licensing Step-by-Step Guide"},
54
+ {"description": null},
55
+ {"url": "http://www.michigan.gov/mda/0,1607,7-125-1569_16958_16974---,00.html"},
56
+ {"state": "Michigan"},
57
+ {"category": "State Licenses and Permits"},
58
+ {"county": null},
59
+ {"business_type": "Restaurant"},
60
+ {"section": "Food Service Establishment Permit"},
61
+ {"resource_group_description": "Depending on our type of food establishment, permitting is handled either by the State or your Local Health Department. "}] ,
62
+ "state_site_item3": [
63
+ {"title": "Get Workplace Posters"},
64
+ {"description": null},
65
+ {"url": "http://www.michigan.gov/dleg/0,1607,7-154-11407-174563--,00.html"},
66
+ {"state": "Michigan"},
67
+ {"category": "Employer Requirements"},
68
+ {"county": null},
69
+ {"business_type": "Workplace Poster Requirements"},
70
+ {"section": "State Posters"},
71
+ {"resource_group_description": "Obtain workplace posters required under state labor laws:"}] ,
72
+ "business_type_site_item1": [
73
+ {"title": "Alcohol Beverage Licenses"},
74
+ {"description": null},
75
+ {"url": "http://www.michigan.gov/dleg/0,1607,7-154-10570---,00.html"},
76
+ {"state": "Michigan"},
77
+ {"category": "State Licenses and Permits"},
78
+ {"county": null},
79
+ {"business_type": "Restaurant"},
80
+ {"section": "Liquor License"},
81
+ {"resource_group_description": "In order to sell and serve alcohol in your restaurant, you are required to obtain a state liquor license. You may also be required to obtain a license from your city or county government. Check with your local government for specific licensing requirements."}] ,
82
+ "state_site_item4": [
83
+ {"title": "Business and Occupational Licenses"},
84
+ {"description": null},
85
+ {"url": "http://ref.michigan.org/medc/services/license/index/index.asp?chr=A\u0026index=y"},
86
+ {"state": "Michigan"},
87
+ {"category": "State Licenses and Permits"},
88
+ {"county": null},
89
+ {"business_type": "General Business Licenses"},
90
+ {"section": null},
91
+ {"resource_group_description": "Information about how to obtain business and occupational licenses and permits."}] ,
92
+ "state_site_item5": [
93
+ {"title": "Michigan Taxes e-Registration"},
94
+ {"description": null},
95
+ {"url": "http://www.michigan.gov/uia/0,1607,7-118--89978--,00.html"},
96
+ {"state": "Michigan"},
97
+ {"category": "Tax Registration"},
98
+ {"county": null},
99
+ {"business_type": "State Tax Registration"},
100
+ {"section": null},
101
+ {"resource_group_description": "Businesses that operate within Michigan are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}] ,
102
+ "state_site_item6": [
103
+ {"title": "General Tax Information and Forms"},
104
+ {"description": null},
105
+ {"url": "http://www.michigan.gov/taxes/0,1607,7-238-43519---,00.html"},
106
+ {"state": "Michigan"},
107
+ {"category": "Tax Registration"},
108
+ {"county": null},
109
+ {"business_type": "State Tax Registration"},
110
+ {"section": null},
111
+ {"resource_group_description": "Businesses that operate within Michigan are required to register for one or more tax-specific identification numbers, licenses or permits, including income tax withholding, sales and use tax (seller's permit), and unemployment insurance tax. Contact the following agency for more information about business registration and your tax obligations:"}]}
@@ -0,0 +1,601 @@
1
+
2
+ {"business_type_site_item50": [
3
+ {"title": "Child Care Licensing Information"},
4
+ {"description": null},
5
+ {"url": "http://health.utah.gov/licensing/"},
6
+ {"state": "Utah"},
7
+ {"category": "State Licenses and Permits"},
8
+ {"county": null},
9
+ {"business_type": "Child Care Services"},
10
+ {"section": null},
11
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
12
+ "business_type_site_item39": [
13
+ {"title": "Child Care Licensing Information"},
14
+ {"description": null},
15
+ {"url": "http://jfs.ohio.gov/cdc/page2.stm"},
16
+ {"state": "Ohio"},
17
+ {"category": "State Licenses and Permits"},
18
+ {"county": null},
19
+ {"business_type": "Child Care Services"},
20
+ {"section": null},
21
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
22
+ "business_type_site_item28": [
23
+ {"title": "Child Care Licensing Information"},
24
+ {"description": null},
25
+ {"url": "http://www.dhss.mo.gov/ChildCare/forms.html"},
26
+ {"state": "Missouri"},
27
+ {"category": "State Licenses and Permits"},
28
+ {"county": null},
29
+ {"business_type": "Child Care Services"},
30
+ {"section": null},
31
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
32
+ "business_type_site_item17": [
33
+ {"title": "Child Care Licensing Information"},
34
+ {"description": null},
35
+ {"url": "http://www.in.gov/fssa/carefinder/2736.htm"},
36
+ {"state": "Indiana"},
37
+ {"category": "State Licenses and Permits"},
38
+ {"county": null},
39
+ {"business_type": "Child Care Services"},
40
+ {"section": null},
41
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
42
+ "business_type_site_item7": [
43
+ {"title": "Regulations for Child Development Facilities"},
44
+ {"description": null},
45
+ {"url": "http://doh.dc.gov/doh/frames.asp?doc=/doh/lib/doh/pdf/29_dcmr_chapter3_regulations.pdf\u0026group=1787\u0026open=|33120|33139|"},
46
+ {"state": "District of Columbia"},
47
+ {"category": "State Licenses and Permits"},
48
+ {"county": null},
49
+ {"business_type": "Child Care Services"},
50
+ {"section": null},
51
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
52
+ "business_type_site_item51": [
53
+ {"title": "Child Care Licensing Information"},
54
+ {"description": null},
55
+ {"url": "http://dcf.vermont.gov/cdd/child_care_licensing/become_provider"},
56
+ {"state": "Vermont"},
57
+ {"category": "State Licenses and Permits"},
58
+ {"county": null},
59
+ {"business_type": "Child Care Services"},
60
+ {"section": null},
61
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
62
+ "business_type_site_item40": [
63
+ {"title": "Child Care Licensing Information"},
64
+ {"description": null},
65
+ {"url": "http://www.okdhs.org/divisionsoffices/visd/dcc/ccl/"},
66
+ {"state": "Oklahoma"},
67
+ {"category": "State Licenses and Permits"},
68
+ {"county": null},
69
+ {"business_type": "Child Care Services"},
70
+ {"section": null},
71
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
72
+ "business_type_site_item29": [
73
+ {"title": "Child Care Licensing Information"},
74
+ {"description": null},
75
+ {"url": "http://www.dphhs.mt.gov/earlychildhood/index.shtml"},
76
+ {"state": "Montana"},
77
+ {"category": "State Licenses and Permits"},
78
+ {"county": null},
79
+ {"business_type": "Child Care Services"},
80
+ {"section": null},
81
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
82
+ "business_type_site_item18": [
83
+ {"title": "Child Care Licensing Information"},
84
+ {"description": null},
85
+ {"url": "http://www.dhs.iowa.gov/Consumers/Child_Care/ChildCareMenu.html"},
86
+ {"state": "Iowa"},
87
+ {"category": "State Licenses and Permits"},
88
+ {"county": null},
89
+ {"business_type": "Child Care Services"},
90
+ {"section": null},
91
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
92
+ "business_type_site_item8": [
93
+ {"title": "Child Development Center Application Package"},
94
+ {"description": null},
95
+ {"url": "http://dchealth.dc.gov/doh/cwp/view,a,1374,q,600295.asp"},
96
+ {"state": "District of Columbia"},
97
+ {"category": "State Licenses and Permits"},
98
+ {"county": null},
99
+ {"business_type": "Child Care Services"},
100
+ {"section": null},
101
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
102
+ "business_type_site_item52": [
103
+ {"title": "Child Care Licensing Information"},
104
+ {"description": null},
105
+ {"url": "http://www.dss.virginia.gov/facility/child_care/licensed/child_day_centers/index.cgi"},
106
+ {"state": "Virginia"},
107
+ {"category": "State Licenses and Permits"},
108
+ {"county": null},
109
+ {"business_type": "Child Care Services"},
110
+ {"section": null},
111
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
112
+ "business_type_site_item41": [
113
+ {"title": "Child Care Licensing Information"},
114
+ {"description": null},
115
+ {"url": "http://www.oregon.gov/EMPLOY/CCD/forProviders.shtml"},
116
+ {"state": "Oregon"},
117
+ {"category": "State Licenses and Permits"},
118
+ {"county": null},
119
+ {"business_type": "Child Care Services"},
120
+ {"section": null},
121
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
122
+ "business_type_site_item30": [
123
+ {"title": "Child Care Licensing Information"},
124
+ {"description": null},
125
+ {"url": "http://www.hhs.state.ne.us/crl/childcare/childcareindex.htm"},
126
+ {"state": "Nebraska"},
127
+ {"category": "State Licenses and Permits"},
128
+ {"county": null},
129
+ {"business_type": "Child Care Services"},
130
+ {"section": null},
131
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
132
+ "business_type_site_item19": [
133
+ {"title": "Child Care Licensing Information"},
134
+ {"description": null},
135
+ {"url": "http://www.kdheks.gov/bcclr/index.html"},
136
+ {"state": "Kansas"},
137
+ {"category": "State Licenses and Permits"},
138
+ {"county": null},
139
+ {"business_type": "Child Care Services"},
140
+ {"section": null},
141
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
142
+ "business_type_site_item9": [
143
+ {"title": "Child Development Home Application Package"},
144
+ {"description": null},
145
+ {"url": "http://hrla.doh.dc.gov/hrla/cwp/view,A,1384,Q,573709.asp"},
146
+ {"state": "District of Columbia"},
147
+ {"category": "State Licenses and Permits"},
148
+ {"county": null},
149
+ {"business_type": "Child Care Services"},
150
+ {"section": null},
151
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
152
+ "business_type_site_item53": [
153
+ {"title": "Child Care Licensing Information"},
154
+ {"description": null},
155
+ {"url": "http://www.del.wa.gov/requirements/info/"},
156
+ {"state": "Washington"},
157
+ {"category": "State Licenses and Permits"},
158
+ {"county": null},
159
+ {"business_type": "Child Care Services"},
160
+ {"section": null},
161
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
162
+ "business_type_site_item42": [
163
+ {"title": "Child Care Licensing Information"},
164
+ {"description": null},
165
+ {"url": "http://www.dpw.state.pa.us/provider/earlylearning/earlylearningproviderrequirements/index.htm"},
166
+ {"state": "Pennsylvania"},
167
+ {"category": "State Licenses and Permits"},
168
+ {"county": null},
169
+ {"business_type": "Child Care Services"},
170
+ {"section": null},
171
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
172
+ "business_type_site_item31": [
173
+ {"title": null},
174
+ {"description": null},
175
+ {"url": null},
176
+ {"state": "Nevada"},
177
+ {"category": "State Licenses and Permits"},
178
+ {"county": null},
179
+ {"business_type": "Child Care Services"},
180
+ {"section": null},
181
+ {"resource_group_description": "\u003Cp\u003EThe Nevada Bureau of Services for Child Care is responsibile for initial licensing, continued monitoring and providing technical assistance to child care facilities caring for five or more children not licensed by local entities. \u003Ca href=\"http://www.dcfs.state.nv.us/DCFS_PhDirectory.htm#ChildCare\"\u003EContact the agency\u003C/a\u003E for specific licensing requirements.\n\n\u003Cp\u003EThe City of Las Vegas, Clark County and Washoe County regulate child care at the local level. You must apply for separate child care license if your service will be located in one of these jurisdictions.\n\u003Cul\u003E\n\u003Cli\u003E\u003Ca href=\"http://www.lasvegasnevada.gov/Apply/licenses.asp?id=4581\"\u003ECity of Las Vegas, Child Care License Information\u003C/a\u003E\n\u003Cli\u003E\u003Ca href\"http://www.co.clark.nv.us/business_license/index.htm\"\u003EClark County Business Licenses\u003C/a\u003E\n\u003Cli\u003E\u003Ca href=\"http://www.washoecounty.us/socsrv/socsrv_child_childcare_licrequirements.html\"\u003EWashoe County, Child Care License Information\u003C/a\u003E\n\u003C/ul\u003E\n"}] ,
182
+ "business_type_site_item20": [
183
+ {"title": "Child Care Licensing Information"},
184
+ {"description": null},
185
+ {"url": "http://chfs.ky.gov/oig/drcc.htm"},
186
+ {"state": "Kentucky"},
187
+ {"category": "State Licenses and Permits"},
188
+ {"county": null},
189
+ {"business_type": "Child Care Services"},
190
+ {"section": null},
191
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
192
+ "business_type_site_item54": [
193
+ {"title": "Child Care Licensing Information"},
194
+ {"description": null},
195
+ {"url": "http://www.wvdhhr.org/bcf/ece/earlycare/startcenter.asp"},
196
+ {"state": "West Virginia"},
197
+ {"category": "State Licenses and Permits"},
198
+ {"county": null},
199
+ {"business_type": "Child Care Services"},
200
+ {"section": null},
201
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
202
+ "business_type_site_item43": [
203
+ {"title": "Child Care Licensing Regulations and Contact Information"},
204
+ {"description": null},
205
+ {"url": "http://nrckids.org/STATES/PR/puertorico.htm"},
206
+ {"state": "Puerto Rico"},
207
+ {"category": "State Licenses and Permits"},
208
+ {"county": null},
209
+ {"business_type": "Child Care Services"},
210
+ {"section": null},
211
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
212
+ "business_type_site_item32": [
213
+ {"title": "Child Care Licensing Information"},
214
+ {"description": null},
215
+ {"url": "http://www.dhhs.state.nh.us/oos/cclu/index.htm"},
216
+ {"state": "New Hampshire"},
217
+ {"category": "State Licenses and Permits"},
218
+ {"county": null},
219
+ {"business_type": "Child Care Services"},
220
+ {"section": null},
221
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
222
+ "business_type_site_item21": [
223
+ {"title": "Child Care Licensing Information"},
224
+ {"description": null},
225
+ {"url": "http://www.dss.state.la.us/departments/os/Licensing_.html"},
226
+ {"state": "Louisiana"},
227
+ {"category": "State Licenses and Permits"},
228
+ {"county": null},
229
+ {"business_type": "Child Care Services"},
230
+ {"section": null},
231
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
232
+ "business_type_site_item10": [
233
+ {"title": "Child Care Licensing Information"},
234
+ {"description": null},
235
+ {"url": "http://www.dcf.state.fl.us/childcare/"},
236
+ {"state": "Florida"},
237
+ {"category": "State Licenses and Permits"},
238
+ {"county": null},
239
+ {"business_type": "Child Care Services"},
240
+ {"section": null},
241
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
242
+ "business_type_site_item0": [
243
+ {"title": "Child Care Registration and Licensing"},
244
+ {"description": null},
245
+ {"url": "http://www.hss.state.ak.us/dpa/programs/ccare/become_a_provider.htm"},
246
+ {"state": "Alaska"},
247
+ {"category": "State Licenses and Permits"},
248
+ {"county": null},
249
+ {"business_type": "Child Care Services"},
250
+ {"section": null},
251
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
252
+ "business_type_site_item55": [
253
+ {"title": "Child Care Licensing Information"},
254
+ {"description": null},
255
+ {"url": "http://dcf.wisconsin.gov/childcare/licensed/providers.htm"},
256
+ {"state": "Wisconsin"},
257
+ {"category": "State Licenses and Permits"},
258
+ {"county": null},
259
+ {"business_type": "Child Care Services"},
260
+ {"section": null},
261
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
262
+ "business_type_site_item44": [
263
+ {"title": "Child Care Licensing Information"},
264
+ {"description": null},
265
+ {"url": "http://www.dcyf.ri.gov/licensing.php"},
266
+ {"state": "Rhode Island"},
267
+ {"category": "State Licenses and Permits"},
268
+ {"county": null},
269
+ {"business_type": "Child Care Services"},
270
+ {"section": null},
271
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
272
+ "business_type_site_item33": [
273
+ {"title": "Child Care Licensing Information"},
274
+ {"description": null},
275
+ {"url": "http://www.state.nj.us/dcf/divisions/licensing/index.html"},
276
+ {"state": "New Jersey"},
277
+ {"category": "State Licenses and Permits"},
278
+ {"county": null},
279
+ {"business_type": "Child Care Services"},
280
+ {"section": null},
281
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
282
+ "business_type_site_item22": [
283
+ {"title": "Child Care Licensing Information"},
284
+ {"description": null},
285
+ {"url": "http://www.maine.gov/dhhs/ocfs/ec/occhs/cclicensing.htm"},
286
+ {"state": "Maine"},
287
+ {"category": "State Licenses and Permits"},
288
+ {"county": null},
289
+ {"business_type": "Child Care Services"},
290
+ {"section": null},
291
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
292
+ "business_type_site_item11": [
293
+ {"title": "Child Care Licensing Information"},
294
+ {"description": null},
295
+ {"url": "http://decal.ga.gov/BftS/StartingACenter.aspx"},
296
+ {"state": "Georgia"},
297
+ {"category": "State Licenses and Permits"},
298
+ {"county": null},
299
+ {"business_type": "Child Care Services"},
300
+ {"section": null},
301
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
302
+ "business_type_site_item1": [
303
+ {"title": "Child Care Licensing Information"},
304
+ {"description": null},
305
+ {"url": "http://www.azdhs.gov/als/childcare/"},
306
+ {"state": "Arizona"},
307
+ {"category": "State Licenses and Permits"},
308
+ {"county": null},
309
+ {"business_type": "Child Care Services"},
310
+ {"section": null},
311
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
312
+ "business_type_site_item56": [
313
+ {"title": "Child Care Licensing Information"},
314
+ {"description": null},
315
+ {"url": "http://dfswapps.state.wy.us/DFSDivEC/Providers/ProvidersPCC.asp"},
316
+ {"state": "Wyoming"},
317
+ {"category": "State Licenses and Permits"},
318
+ {"county": null},
319
+ {"business_type": "Child Care Services"},
320
+ {"section": null},
321
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
322
+ "business_type_site_item45": [
323
+ {"title": "Child Care Licensing Information"},
324
+ {"description": null},
325
+ {"url": "http://www.state.sc.us/dss/cdclrs/index.html"},
326
+ {"state": "South Carolina"},
327
+ {"category": "State Licenses and Permits"},
328
+ {"county": null},
329
+ {"business_type": "Child Care Services"},
330
+ {"section": null},
331
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
332
+ "business_type_site_item34": [
333
+ {"title": "Child Care Services Bureau"},
334
+ {"description": null},
335
+ {"url": "http://www.cyfd.org/node/65"},
336
+ {"state": "New Mexico"},
337
+ {"category": "State Licenses and Permits"},
338
+ {"county": null},
339
+ {"business_type": "Child Care Services"},
340
+ {"section": null},
341
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
342
+ "business_type_site_item23": [
343
+ {"title": "Child Care Licensing Information"},
344
+ {"description": null},
345
+ {"url": "http://www.marylandpublicschools.org/MSDE/divisions/child_care"},
346
+ {"state": "Maryland"},
347
+ {"category": "State Licenses and Permits"},
348
+ {"county": null},
349
+ {"business_type": "Child Care Services"},
350
+ {"section": null},
351
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
352
+ "business_type_site_item12": [
353
+ {"title": "Child Care Licensing Information"},
354
+ {"description": null},
355
+ {"url": "http://hawaii.gov/dhs/self-sufficiency/childcare/licensing/"},
356
+ {"state": "Hawaii"},
357
+ {"category": "State Licenses and Permits"},
358
+ {"county": null},
359
+ {"business_type": "Child Care Services"},
360
+ {"section": null},
361
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
362
+ "business_type_site_item2": [
363
+ {"title": "Child Care Licensing Information"},
364
+ {"description": null},
365
+ {"url": "http://www.arkansas.gov/childcare/licensing/index.html"},
366
+ {"state": "Arkansas"},
367
+ {"category": "State Licenses and Permits"},
368
+ {"county": null},
369
+ {"business_type": "Child Care Services"},
370
+ {"section": null},
371
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
372
+ "business_type_site_item57": [
373
+ {"title": "Application for Sanitary Permit"},
374
+ {"description": null},
375
+ {"url": "http://www.govguamdocs.com/dphss/docs/EnvironmentalHealth/SanitaryPermitApp053006.pdf"},
376
+ {"state": "Guam"},
377
+ {"category": "State Licenses and Permits"},
378
+ {"county": null},
379
+ {"business_type": "Child Care Services"},
380
+ {"section": null},
381
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
382
+ "business_type_site_item46": [
383
+ {"title": "Child Care Licensing Information"},
384
+ {"description": null},
385
+ {"url": "http://dss.sd.gov/childcare/licensing/"},
386
+ {"state": "South Dakota"},
387
+ {"category": "State Licenses and Permits"},
388
+ {"county": null},
389
+ {"business_type": "Child Care Services"},
390
+ {"section": null},
391
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
392
+ "business_type_site_item35": [
393
+ {"title": "Child Care Licensing Information"},
394
+ {"description": null},
395
+ {"url": "http://www.ocfs.state.ny.us/main/childcare/daycare_regs.asp"},
396
+ {"state": "New York"},
397
+ {"category": "State Licenses and Permits"},
398
+ {"county": null},
399
+ {"business_type": "Child Care Services"},
400
+ {"section": null},
401
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
402
+ "business_type_site_item24": [
403
+ {"title": "Child Care Licensing Information"},
404
+ {"description": null},
405
+ {"url": "http://www.mass.gov/?pageID=eduhomepage\u0026L=1\u0026L0=Home\u0026sid=Eoedu"},
406
+ {"state": "Massachusetts"},
407
+ {"category": "State Licenses and Permits"},
408
+ {"county": null},
409
+ {"business_type": "Child Care Services"},
410
+ {"section": null},
411
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
412
+ "business_type_site_item13": [
413
+ {"title": "Child Care Licensing Information"},
414
+ {"description": null},
415
+ {"url": "http://healthandwelfare.idaho.gov/Children/EarlyChildhoodInfo/ChildCareArticles/tabid/162/Default.aspx"},
416
+ {"state": "Idaho"},
417
+ {"category": "State Licenses and Permits"},
418
+ {"county": null},
419
+ {"business_type": "Child Care Services"},
420
+ {"section": null},
421
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
422
+ "business_type_site_item3": [
423
+ {"title": "Child Care Licensing Information"},
424
+ {"description": null},
425
+ {"url": "http://www.ccld.ca.gov/PG411.htm"},
426
+ {"state": "California"},
427
+ {"category": "State Licenses and Permits"},
428
+ {"county": null},
429
+ {"business_type": "Child Care Services"},
430
+ {"section": null},
431
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
432
+ "business_type_site_item58": [
433
+ {"title": "Health Certificate Clearance Application"},
434
+ {"description": null},
435
+ {"url": "http://www.govguamdocs.com/dphss/docs/EnvironmentalHealth/HealthCertificateClearanceApplication.pdf"},
436
+ {"state": "Guam"},
437
+ {"category": "State Licenses and Permits"},
438
+ {"county": null},
439
+ {"business_type": "Child Care Services"},
440
+ {"section": null},
441
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
442
+ "business_type_site_item47": [
443
+ {"title": "Child Care Licensing Information"},
444
+ {"description": null},
445
+ {"url": "http://www.tennessee.gov/humanserv/adfam/cc_crlf.html"},
446
+ {"state": "Tennessee"},
447
+ {"category": "State Licenses and Permits"},
448
+ {"county": null},
449
+ {"business_type": "Child Care Services"},
450
+ {"section": null},
451
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
452
+ "business_type_site_item36": [
453
+ {"title": "Child Care Licensing Information"},
454
+ {"description": null},
455
+ {"url": "http://ncchildcare.dhhs.state.nc.us/providers/pv_sn2_rcc.asp"},
456
+ {"state": "North Carolina"},
457
+ {"category": "State Licenses and Permits"},
458
+ {"county": null},
459
+ {"business_type": "Child Care Services"},
460
+ {"section": null},
461
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
462
+ "business_type_site_item25": [
463
+ {"title": "Child Care Licensing Information"},
464
+ {"description": null},
465
+ {"url": "http://www.michigan.gov/dhs/0,1607,7-124-5455_27716_27718---,00.html"},
466
+ {"state": "Michigan"},
467
+ {"category": "State Licenses and Permits"},
468
+ {"county": null},
469
+ {"business_type": "Child Care Services"},
470
+ {"section": null},
471
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
472
+ "business_type_site_item14": [
473
+ {"title": "Summary of Licensing Standards for Child Day Care Homes"},
474
+ {"description": null},
475
+ {"url": "http://www.state.il.us/dcfs/library/com_communications_sumlicen_dch.shtml"},
476
+ {"state": "Illinois"},
477
+ {"category": "State Licenses and Permits"},
478
+ {"county": null},
479
+ {"business_type": "Child Care Services"},
480
+ {"section": null},
481
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
482
+ "business_type_site_item4": [
483
+ {"title": "Child Care Licensing Information"},
484
+ {"description": null},
485
+ {"url": "http://www.cdhs.state.co.us/childcare/Licensing_home.htm"},
486
+ {"state": "Colorado"},
487
+ {"category": "State Licenses and Permits"},
488
+ {"county": null},
489
+ {"business_type": "Child Care Services"},
490
+ {"section": null},
491
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
492
+ "business_type_site_item59": [
493
+ {"title": "Contact Information , Guam Dept of Public Health and Social Services"},
494
+ {"description": null},
495
+ {"url": "http://dphss.guam.gov/contact2.php"},
496
+ {"state": "Guam"},
497
+ {"category": "State Licenses and Permits"},
498
+ {"county": null},
499
+ {"business_type": "Child Care Services"},
500
+ {"section": null},
501
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
502
+ "business_type_site_item48": [
503
+ {"title": "Child Care Licensing Information"},
504
+ {"description": null},
505
+ {"url": "http://www.dfps.state.tx.us/Child_Care/About_Child_Care_Licensing/default.asp"},
506
+ {"state": "Texas"},
507
+ {"category": "State Licenses and Permits"},
508
+ {"county": null},
509
+ {"business_type": "Child Care Services"},
510
+ {"section": null},
511
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
512
+ "business_type_site_item37": [
513
+ {"title": "Licensing Information and Regulations"},
514
+ {"description": null},
515
+ {"url": "http://www.nd.gov/dhs/services/childcare/info/"},
516
+ {"state": "North Dakota"},
517
+ {"category": "State Licenses and Permits"},
518
+ {"county": null},
519
+ {"business_type": "Child Care Services"},
520
+ {"section": null},
521
+ {"resource_group_description": "\u003Cp\u003E To apply for a child care provider license, contact your \u003Ca href=\"http://www.nd.gov/humanservices/locations/countysocialserv/\"\u003Ecounty social services office\u003C/a\u003E to receive information and an application. Counties hold orientation sessions for prospective licensed child care providers. Check with your local county social services office for orientation dates, times and locations in your area.\n\n\u003Cp\u003EVisit the following sites more information on licensing requirements and regulations:"}] ,
522
+ "business_type_site_item26": [
523
+ {"title": "Child Care Licensing Information"},
524
+ {"description": null},
525
+ {"url": "http://www.dhs.state.mn.us/main/idcplg?IdcService=GET_DYNAMIC_CONVERSION\u0026RevisionSelectionMethod=LatestReleased\u0026Redirected=true\u0026dDocName=id_028247"},
526
+ {"state": "Minnesota"},
527
+ {"category": "State Licenses and Permits"},
528
+ {"county": null},
529
+ {"business_type": "Child Care Services"},
530
+ {"section": null},
531
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
532
+ "business_type_site_item15": [
533
+ {"title": "Summary of Licensing Standards for Group Day Care Homes"},
534
+ {"description": null},
535
+ {"url": "http://www.state.il.us/dcfs/library/com_communications_sumlicen_dcc.shtml"},
536
+ {"state": "Illinois"},
537
+ {"category": "State Licenses and Permits"},
538
+ {"county": null},
539
+ {"business_type": "Child Care Services"},
540
+ {"section": null},
541
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
542
+ "business_type_site_item5": [
543
+ {"title": "Child Care Licensing Information"},
544
+ {"description": null},
545
+ {"url": "http://www.ct.gov/dph/cwp/view.asp?a=3141\u0026Q=387158\u0026dphNav_GID=1823\u0026dphNav=|\u0026dphPNavCtr=|#46949"},
546
+ {"state": "Connecticut"},
547
+ {"category": "State Licenses and Permits"},
548
+ {"county": null},
549
+ {"business_type": "Child Care Services"},
550
+ {"section": null},
551
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
552
+ "business_type_site_item49": [
553
+ {"title": "Child Care Licensing Regulations and Contact Information"},
554
+ {"description": null},
555
+ {"url": "http://nrckids.org/STATES/VI/virginislands.htm"},
556
+ {"state": "US Virgin Islands"},
557
+ {"category": "State Licenses and Permits"},
558
+ {"county": null},
559
+ {"business_type": "Child Care Services"},
560
+ {"section": null},
561
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
562
+ "business_type_site_item38": [
563
+ {"title": "Frequently Asked Questions"},
564
+ {"description": null},
565
+ {"url": "http://www.nd.gov/dhs/services/childcare/faq/providers.html"},
566
+ {"state": "North Dakota"},
567
+ {"category": "State Licenses and Permits"},
568
+ {"county": null},
569
+ {"business_type": "Child Care Services"},
570
+ {"section": null},
571
+ {"resource_group_description": "\u003Cp\u003E To apply for a child care provider license, contact your \u003Ca href=\"http://www.nd.gov/humanservices/locations/countysocialserv/\"\u003Ecounty social services office\u003C/a\u003E to receive information and an application. Counties hold orientation sessions for prospective licensed child care providers. Check with your local county social services office for orientation dates, times and locations in your area.\n\n\u003Cp\u003EVisit the following sites more information on licensing requirements and regulations:"}] ,
572
+ "business_type_site_item27": [
573
+ {"title": "Child Care Regulations and Guidelines"},
574
+ {"description": null},
575
+ {"url": "http://www.msdh.state.ms.us/msdhsite/_static/30,0,183,225.html"},
576
+ {"state": "Mississippi"},
577
+ {"category": "State Licenses and Permits"},
578
+ {"county": null},
579
+ {"business_type": "Child Care Services"},
580
+ {"section": null},
581
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
582
+ "business_type_site_item16": [
583
+ {"title": "Summary of Licensing Standards for Child Day Care Centers"},
584
+ {"description": null},
585
+ {"url": "http://www.state.il.us/dcfs/library/com_communications_sumlicen_dcg.shtml"},
586
+ {"state": "Illinois"},
587
+ {"category": "State Licenses and Permits"},
588
+ {"county": null},
589
+ {"business_type": "Child Care Services"},
590
+ {"section": null},
591
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}] ,
592
+ "business_type_site_item6": [
593
+ {"title": "Child Care Licensing Information"},
594
+ {"description": null},
595
+ {"url": "http://kids.delaware.gov/occl/occl_resources.shtml"},
596
+ {"state": "Delaware"},
597
+ {"category": "State Licenses and Permits"},
598
+ {"county": null},
599
+ {"business_type": "Child Care Services"},
600
+ {"section": null},
601
+ {"resource_group_description": "Contact the following agency(ies) for licensing requirements:"}]}