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,362 @@
1
+ [
2
+ {"is_general_purpose": 0 ,
3
+ "is_disaster": 0 ,
4
+ "gov_type": "State" ,
5
+ "industry": null ,
6
+ "title": "Micro Loans for Minority and Women Owned Businesses" ,
7
+ "loan_type": "Loan" ,
8
+ "is_woman": 1 ,
9
+ "state_name": "New York" ,
10
+ "is_minority": 1 ,
11
+ "is_contractor": 0 ,
12
+ "url": "http://www.nylovesmwbe.ny.gov/Financial%20Resources/cdfi.htm" ,
13
+ "is_rural": 0 ,
14
+ "agency": "New York State Division of Minority and Women Business Development" ,
15
+ "is_military": 0 ,
16
+ "is_disabled": 0 ,
17
+ "is_development": 0 ,
18
+ "description": "Listing of organizations that provide micro loans to businesses who often do not qualify for bank loans as well as one-on-one counseling and business development assistance to facilitate credit-readiness. Funds are provided by the state's Community Development Financial Institution Assistance Program." ,
19
+ "is_green": 0 ,
20
+ "is_exporting": 0},
21
+ {"is_general_purpose": 1 ,
22
+ "is_disaster": 0 ,
23
+ "gov_type": "State" ,
24
+ "industry": null ,
25
+ "title": "Statewide Zone Capital Corporation of New York" ,
26
+ "loan_type": "Loan" ,
27
+ "is_woman": 0 ,
28
+ "state_name": "New York" ,
29
+ "is_minority": 0 ,
30
+ "is_contractor": 0 ,
31
+ "url": "http://www.nybdc.com/loans_empire-zone.html" ,
32
+ "is_rural": 0 ,
33
+ "agency": "New York Business Development Corporation" ,
34
+ "is_military": 0 ,
35
+ "is_disabled": 0 ,
36
+ "is_development": 1 ,
37
+ "description": "A privately-owned loan fund whose capital is available to promote the expansion and growth of businesses in New York's 51 participating Empire Zones. Loans range from $30,000 to $300,000." ,
38
+ "is_green": 0 ,
39
+ "is_exporting": 0},
40
+ {"is_general_purpose": 1 ,
41
+ "is_disaster": 0 ,
42
+ "gov_type": "State" ,
43
+ "industry": null ,
44
+ "title": "Micro Loan Program" ,
45
+ "loan_type": "Loan" ,
46
+ "is_woman": 0 ,
47
+ "state_name": "New York" ,
48
+ "is_minority": 0 ,
49
+ "is_contractor": 0 ,
50
+ "url": "http://www.nybdc.com/loans_microloans.html" ,
51
+ "is_rural": 0 ,
52
+ "agency": "New York Business Development Corporation" ,
53
+ "is_military": 0 ,
54
+ "is_disabled": 0 ,
55
+ "is_development": 1 ,
56
+ "description": "Provides loans from $50,000-$150,000 for working capital, real estate, leasehold improvements, machinery and equipment, relocation, debt refinancing and business acquisitions." ,
57
+ "is_green": 0 ,
58
+ "is_exporting": 0},
59
+ {"is_general_purpose": 1 ,
60
+ "is_disaster": 0 ,
61
+ "gov_type": "State" ,
62
+ "industry": null ,
63
+ "title": "Small Business Loans" ,
64
+ "loan_type": "Loan" ,
65
+ "is_woman": 0 ,
66
+ "state_name": "New York" ,
67
+ "is_minority": 0 ,
68
+ "is_contractor": 0 ,
69
+ "url": "http://www.nycfnac.org/leap/index.html" ,
70
+ "is_rural": 0 ,
71
+ "agency": "New York City Financial Network Action Consortium" ,
72
+ "is_military": 0 ,
73
+ "is_disabled": 0 ,
74
+ "is_development": 0 ,
75
+ "description": "Loans for new business owners having difficulty getting financing through a traditional commercial bank." ,
76
+ "is_green": 0 ,
77
+ "is_exporting": 0},
78
+ {"is_general_purpose": 0 ,
79
+ "is_disaster": 0 ,
80
+ "gov_type": "State" ,
81
+ "industry": null ,
82
+ "title": "Long Island Region Improving Commuting Grant Program" ,
83
+ "loan_type": "Grant" ,
84
+ "is_woman": 0 ,
85
+ "state_name": "New York" ,
86
+ "is_minority": 0 ,
87
+ "is_contractor": 0 ,
88
+ "url": "http://www.4commute.com/employers/em_grant.htm" ,
89
+ "is_rural": 0 ,
90
+ "agency": "Long Island Transportation Management, Inc." ,
91
+ "is_military": 0 ,
92
+ "is_disabled": 0 ,
93
+ "is_development": 1 ,
94
+ "description": "Grants for Long Island employers to implement programs that reduce traffic congestion and pollution during peak commute-to-work hours. Money may be used for creating carpooling, telecommuting and public transportation incentive programs." ,
95
+ "is_green": 0 ,
96
+ "is_exporting": 0},
97
+ {"is_general_purpose": 0 ,
98
+ "is_disaster": 0 ,
99
+ "gov_type": "State" ,
100
+ "industry": null ,
101
+ "title": "New York City Commute Enhancement (NYCCE) Grant " ,
102
+ "loan_type": "Grant" ,
103
+ "is_woman": 0 ,
104
+ "state_name": "New York" ,
105
+ "is_minority": 0 ,
106
+ "is_contractor": 0 ,
107
+ "url": "http://employers.commuterlink.com/incentives.php" ,
108
+ "is_rural": 0 ,
109
+ "agency": "CommuterLink" ,
110
+ "is_military": 0 ,
111
+ "is_disabled": 0 ,
112
+ "is_development": 1 ,
113
+ "description": "Grants of up to $10,000 may be used for anything from shuttle buses to bike racks to Internet access for teleworkers." ,
114
+ "is_green": 0 ,
115
+ "is_exporting": 0},
116
+ {"is_general_purpose": 1 ,
117
+ "is_disaster": 0 ,
118
+ "gov_type": "State" ,
119
+ "industry": null ,
120
+ "title": "Veterans Loan Program" ,
121
+ "loan_type": "Loan" ,
122
+ "is_woman": 0 ,
123
+ "state_name": "New York" ,
124
+ "is_minority": 0 ,
125
+ "is_contractor": 0 ,
126
+ "url": "http://www.nybdc.com/loans_veterans.html" ,
127
+ "is_rural": 0 ,
128
+ "agency": "New York Business Development Corporation" ,
129
+ "is_military": 1 ,
130
+ "is_disabled": 0 ,
131
+ "is_development": 0 ,
132
+ "description": "The Veterans Loan Program provides loans for working capital, business acquisition and purchase of real estate, machinery and equipment are available under this program. This program can be combined with other financing offered by NYBDC\u2019s lending partners as participants or as separate credit facilities. " ,
133
+ "is_green": 0 ,
134
+ "is_exporting": 0},
135
+ {"is_general_purpose": 1 ,
136
+ "is_disaster": 0 ,
137
+ "gov_type": "Local" ,
138
+ "industry": null ,
139
+ "title": "Loans for Real Estate" ,
140
+ "loan_type": "Loan" ,
141
+ "is_woman": 0 ,
142
+ "state_name": "New York" ,
143
+ "is_minority": 0 ,
144
+ "is_contractor": 0 ,
145
+ "url": "http://www.nybdc.com/loans_buildings.html" ,
146
+ "is_rural": 0 ,
147
+ "agency": "New York Business Development Corporation" ,
148
+ "is_military": 0 ,
149
+ "is_disabled": 0 ,
150
+ "is_development": 0 ,
151
+ "description": "Provides permanent financing for real estate purchase and improvement. " ,
152
+ "is_green": 0 ,
153
+ "is_exporting": 0},
154
+ {"is_general_purpose": 1 ,
155
+ "is_disaster": 0 ,
156
+ "gov_type": "State" ,
157
+ "industry": null ,
158
+ "title": "Loans for Equipment and Machinery" ,
159
+ "loan_type": "Loan" ,
160
+ "is_woman": 0 ,
161
+ "state_name": "New York" ,
162
+ "is_minority": 0 ,
163
+ "is_contractor": 0 ,
164
+ "url": "http://www.nybdc.com/loans_equipment.html" ,
165
+ "is_rural": 0 ,
166
+ "agency": "New York Business Development Corporation" ,
167
+ "is_military": 0 ,
168
+ "is_disabled": 0 ,
169
+ "is_development": 0 ,
170
+ "description": "NYBDC has financed a variety of different types of equipment for borrowers ranging from desks, chairs and computers, to industrial handling and manufacturer\u2019s equipment, vehicles, construction equipment, printing presses, airplanes, barges, trains and more. " ,
171
+ "is_green": 0 ,
172
+ "is_exporting": 0},
173
+ {"is_general_purpose": 1 ,
174
+ "is_disaster": 0 ,
175
+ "gov_type": "State" ,
176
+ "industry": null ,
177
+ "title": "Loans for Refinancing Debt" ,
178
+ "loan_type": "Loan" ,
179
+ "is_woman": 0 ,
180
+ "state_name": "New York" ,
181
+ "is_minority": 0 ,
182
+ "is_contractor": 0 ,
183
+ "url": "http://www.nybdc.com/loans_refinancing.html" ,
184
+ "is_rural": 0 ,
185
+ "agency": "New York Business Development Corporation" ,
186
+ "is_military": 0 ,
187
+ "is_disabled": 0 ,
188
+ "is_development": 0 ,
189
+ "description": "Provides refinancing loans for the purporses of reducing the interest rate and/or convert from a floating rate to a fixed rate; reducing the monthly payment by extending the loan maturity; converting short term debt to long term debt; and using the equity built up in fixed assets to provide cash for the growth of your business. " ,
190
+ "is_green": 0 ,
191
+ "is_exporting": 0},
192
+ {"is_general_purpose": 1 ,
193
+ "is_disaster": 0 ,
194
+ "gov_type": "State" ,
195
+ "industry": null ,
196
+ "title": "Loans for Working Capital" ,
197
+ "loan_type": "Loan" ,
198
+ "is_woman": 0 ,
199
+ "state_name": "New York" ,
200
+ "is_minority": 0 ,
201
+ "is_contractor": 0 ,
202
+ "url": "http://www.nybdc.com/loans_capital.html" ,
203
+ "is_rural": 0 ,
204
+ "agency": "New York Business Development Corporation" ,
205
+ "is_military": 0 ,
206
+ "is_disabled": 0 ,
207
+ "is_development": 0 ,
208
+ "description": "Provides financing for working capital needs." ,
209
+ "is_green": 0 ,
210
+ "is_exporting": 0},
211
+ {"is_general_purpose": 1 ,
212
+ "is_disaster": 0 ,
213
+ "gov_type": "State" ,
214
+ "industry": null ,
215
+ "title": "Statewide Zone Capital Corporation of New York" ,
216
+ "loan_type": "Loan" ,
217
+ "is_woman": 0 ,
218
+ "state_name": "New York" ,
219
+ "is_minority": 0 ,
220
+ "is_contractor": 0 ,
221
+ "url": "http://www.nybdc.com/loans_empire-zone.html" ,
222
+ "is_rural": 0 ,
223
+ "agency": "New York Business Development Corporation" ,
224
+ "is_military": 0 ,
225
+ "is_disabled": 0 ,
226
+ "is_development": 1 ,
227
+ "description": "A privately-owned loan fund whose capital is available to promote the expansion and growth of businesses in New York's 51 participating Empire Zones. Loans range from $30,000 to $300,000." ,
228
+ "is_green": 0 ,
229
+ "is_exporting": 0},
230
+ {"is_general_purpose": 1 ,
231
+ "is_disaster": 0 ,
232
+ "gov_type": "State" ,
233
+ "industry": null ,
234
+ "title": "Micro Loan Program" ,
235
+ "loan_type": "Loan" ,
236
+ "is_woman": 0 ,
237
+ "state_name": "New York" ,
238
+ "is_minority": 0 ,
239
+ "is_contractor": 0 ,
240
+ "url": "http://www.nybdc.com/loans_microloans.html" ,
241
+ "is_rural": 0 ,
242
+ "agency": "New York Business Development Corporation" ,
243
+ "is_military": 0 ,
244
+ "is_disabled": 0 ,
245
+ "is_development": 1 ,
246
+ "description": "Provides loans from $50,000-$150,000 for working capital, real estate, leasehold improvements, machinery and equipment, relocation, debt refinancing and business acquisitions." ,
247
+ "is_green": 0 ,
248
+ "is_exporting": 0},
249
+ {"is_general_purpose": 1 ,
250
+ "is_disaster": 0 ,
251
+ "gov_type": "State" ,
252
+ "industry": null ,
253
+ "title": "Small Business Loans" ,
254
+ "loan_type": "Loan" ,
255
+ "is_woman": 0 ,
256
+ "state_name": "New York" ,
257
+ "is_minority": 0 ,
258
+ "is_contractor": 0 ,
259
+ "url": "http://www.nycfnac.org/leap/index.html" ,
260
+ "is_rural": 0 ,
261
+ "agency": "New York City Financial Network Action Consortium" ,
262
+ "is_military": 0 ,
263
+ "is_disabled": 0 ,
264
+ "is_development": 0 ,
265
+ "description": "Loans for new business owners having difficulty getting financing through a traditional commercial bank." ,
266
+ "is_green": 0 ,
267
+ "is_exporting": 0},
268
+ {"is_general_purpose": 1 ,
269
+ "is_disaster": 0 ,
270
+ "gov_type": "State" ,
271
+ "industry": null ,
272
+ "title": "Veterans Loan Program" ,
273
+ "loan_type": "Loan" ,
274
+ "is_woman": 0 ,
275
+ "state_name": "New York" ,
276
+ "is_minority": 0 ,
277
+ "is_contractor": 0 ,
278
+ "url": "http://www.nybdc.com/loans_veterans.html" ,
279
+ "is_rural": 0 ,
280
+ "agency": "New York Business Development Corporation" ,
281
+ "is_military": 1 ,
282
+ "is_disabled": 0 ,
283
+ "is_development": 0 ,
284
+ "description": "The Veterans Loan Program provides loans for working capital, business acquisition and purchase of real estate, machinery and equipment are available under this program. This program can be combined with other financing offered by NYBDC\u2019s lending partners as participants or as separate credit facilities. " ,
285
+ "is_green": 0 ,
286
+ "is_exporting": 0},
287
+ {"is_general_purpose": 1 ,
288
+ "is_disaster": 0 ,
289
+ "gov_type": "Local" ,
290
+ "industry": null ,
291
+ "title": "Loans for Real Estate" ,
292
+ "loan_type": "Loan" ,
293
+ "is_woman": 0 ,
294
+ "state_name": "New York" ,
295
+ "is_minority": 0 ,
296
+ "is_contractor": 0 ,
297
+ "url": "http://www.nybdc.com/loans_buildings.html" ,
298
+ "is_rural": 0 ,
299
+ "agency": "New York Business Development Corporation" ,
300
+ "is_military": 0 ,
301
+ "is_disabled": 0 ,
302
+ "is_development": 0 ,
303
+ "description": "Provides permanent financing for real estate purchase and improvement. " ,
304
+ "is_green": 0 ,
305
+ "is_exporting": 0},
306
+ {"is_general_purpose": 1 ,
307
+ "is_disaster": 0 ,
308
+ "gov_type": "State" ,
309
+ "industry": null ,
310
+ "title": "Loans for Equipment and Machinery" ,
311
+ "loan_type": "Loan" ,
312
+ "is_woman": 0 ,
313
+ "state_name": "New York" ,
314
+ "is_minority": 0 ,
315
+ "is_contractor": 0 ,
316
+ "url": "http://www.nybdc.com/loans_equipment.html" ,
317
+ "is_rural": 0 ,
318
+ "agency": "New York Business Development Corporation" ,
319
+ "is_military": 0 ,
320
+ "is_disabled": 0 ,
321
+ "is_development": 0 ,
322
+ "description": "NYBDC has financed a variety of different types of equipment for borrowers ranging from desks, chairs and computers, to industrial handling and manufacturer\u2019s equipment, vehicles, construction equipment, printing presses, airplanes, barges, trains and more. " ,
323
+ "is_green": 0 ,
324
+ "is_exporting": 0},
325
+ {"is_general_purpose": 1 ,
326
+ "is_disaster": 0 ,
327
+ "gov_type": "State" ,
328
+ "industry": null ,
329
+ "title": "Loans for Refinancing Debt" ,
330
+ "loan_type": "Loan" ,
331
+ "is_woman": 0 ,
332
+ "state_name": "New York" ,
333
+ "is_minority": 0 ,
334
+ "is_contractor": 0 ,
335
+ "url": "http://www.nybdc.com/loans_refinancing.html" ,
336
+ "is_rural": 0 ,
337
+ "agency": "New York Business Development Corporation" ,
338
+ "is_military": 0 ,
339
+ "is_disabled": 0 ,
340
+ "is_development": 0 ,
341
+ "description": "Provides refinancing loans for the purporses of reducing the interest rate and/or convert from a floating rate to a fixed rate; reducing the monthly payment by extending the loan maturity; converting short term debt to long term debt; and using the equity built up in fixed assets to provide cash for the growth of your business. " ,
342
+ "is_green": 0 ,
343
+ "is_exporting": 0},
344
+ {"is_general_purpose": 1 ,
345
+ "is_disaster": 0 ,
346
+ "gov_type": "State" ,
347
+ "industry": null ,
348
+ "title": "Loans for Working Capital" ,
349
+ "loan_type": "Loan" ,
350
+ "is_woman": 0 ,
351
+ "state_name": "New York" ,
352
+ "is_minority": 0 ,
353
+ "is_contractor": 0 ,
354
+ "url": "http://www.nybdc.com/loans_capital.html" ,
355
+ "is_rural": 0 ,
356
+ "agency": "New York Business Development Corporation" ,
357
+ "is_military": 0 ,
358
+ "is_disabled": 0 ,
359
+ "is_development": 0 ,
360
+ "description": "Provides financing for working capital needs." ,
361
+ "is_green": 0 ,
362
+ "is_exporting": 0}]
@@ -0,0 +1,15 @@
1
+ [
2
+ {"name": "Athens" ,
3
+ "fips_county_cd": "59" ,
4
+ "feat_class": "Populated Place" ,
5
+ "county_name": "Clarke" ,
6
+ "primary_latitude": "33.96" ,
7
+ "state_name": "Georgia" ,
8
+ "url": "http://www.athensclarkecounty.com/" ,
9
+ "state_abbreviation": "GA" ,
10
+ "description": null ,
11
+ "primary_longitude": "-83.37" ,
12
+ "link_title": null ,
13
+ "feature_id": 354407 ,
14
+ "full_county_name": "Clarke County" ,
15
+ "fips_class": "C3"}]
@@ -0,0 +1,29 @@
1
+ [
2
+ {"name": "Athens" ,
3
+ "fips_county_cd": "59" ,
4
+ "feat_class": "Populated Place" ,
5
+ "county_name": "Clarke" ,
6
+ "primary_latitude": "33.96" ,
7
+ "state_name": "Georgia" ,
8
+ "url": "http://www.athensclarkecounty.com/" ,
9
+ "state_abbreviation": "GA" ,
10
+ "description": null ,
11
+ "primary_longitude": "-83.37" ,
12
+ "link_title": null ,
13
+ "feature_id": 354407 ,
14
+ "full_county_name": "Clarke County" ,
15
+ "fips_class": "C3"},
16
+ {"name": "Winterville" ,
17
+ "fips_county_cd": "59" ,
18
+ "feat_class": "Populated Place" ,
19
+ "county_name": "Clarke" ,
20
+ "primary_latitude": "33.96" ,
21
+ "state_name": "Georgia" ,
22
+ "url": "http://www.cityofwinterville.com/" ,
23
+ "state_abbreviation": "GA" ,
24
+ "description": null ,
25
+ "primary_longitude": "-83.27" ,
26
+ "link_title": null ,
27
+ "feature_id": 356645 ,
28
+ "full_county_name": "Clarke County" ,
29
+ "fips_class": "C1"}]
@@ -0,0 +1,249 @@
1
+
2
+ {"recommended_sites_item23": [
3
+ {"title": "Money \u0026 Interest Statistics"},
4
+ {"url": "http://www.sba.gov/content/money-interest-rates"},
5
+ {"description": "Find statistics on U.S. money and interest rates"},
6
+ {"keywords": "interest rate, interest rates, exchange rate, exchange rates, money statistics"},
7
+ {"category": "managing a business"},
8
+ {"orders": "1"},
9
+ {"master_term": "money statistics"}] ,
10
+ "recommended_sites_item12": [
11
+ {"title": "Environmental Grants, Loans and Incentives"},
12
+ {"url": "http://www.sba.gov/content/environmental-grants-loans"},
13
+ {"description": "Learn about financial incentives for environment-related projects and improvements for your building"},
14
+ {"keywords": "green Loans, grants for businesses going green, solar/wind energy grants, green and grant , green grant for personal products , grants for solar businesses , grants for solar energy , grants wind technology, green business grants for start-up businesses , grants for ethanol production , green Incentives, grants for solar energy business, solar energy grant, green company grants , personal energy efficient home repair grants, grants for green business , grant info for green buisiness, green technology grants , greenn business grant, renewable energy business grants , grants for green , grants for building a green home , green business grants , green grant , green building grants , grants forbuilding a green home , grants loans green business , green business grant , grinding waste wood reduction grants, grants for hybrid cars, grants to start a green business , grants for green businesses , green loan grants , waste wood reduction grants, green grants , Environmental Grants, loans and grants for a green busine"},
15
+ {"category": "managing a business"},
16
+ {"orders": "1"},
17
+ {"master_term": "Going Green"}] ,
18
+ "recommended_sites_item5": [
19
+ {"title": "Demographics and Population Statistics"},
20
+ {"url": "http://www.sba.gov/content/demographics"},
21
+ {"description": "Find data on the U.S. population"},
22
+ {"keywords": "demographics, labor statistics"},
23
+ {"category": "managing a business"},
24
+ {"orders": "1"},
25
+ {"master_term": "demographics"}] ,
26
+ "recommended_sites_item24": [
27
+ {"title": "Production \u0026 Sales Statistics"},
28
+ {"url": "http://www.sba.gov/content/production-sales-statistics"},
29
+ {"description": "Find statistics on the production and sales of goods in the U.S."},
30
+ {"keywords": "production statistics, manufacturing statistics"},
31
+ {"category": "managing a business"},
32
+ {"orders": "1"},
33
+ {"master_term": "production statistics"}] ,
34
+ "recommended_sites_item13": [
35
+ {"title": "Exporting"},
36
+ {"url": "http://www.sba.gov/content/exporting-and-importing"},
37
+ {"description": "Learn about programs that offer training, counseling, and financial assistance to new exporters"},
38
+ {"keywords": "exporting, import goods, trade compliance, exporting, export finance, import goods, abroad, overseas, export, export goods, trade barrier, import, export financing, importing, trade agreements, export home based business, exporting goods, free trade, importing, exporting goods, import, fair trade, export goods, importing goods, exporting, export, export loans, importing goods, overseas, international trade"},
39
+ {"category": "managing a business"},
40
+ {"orders": "1"},
41
+ {"master_term": "Exporting"}] ,
42
+ "recommended_sites_item6": [
43
+ {"title": "Small Business Disaster Assistance"},
44
+ {"url": "http://www.sba.gov/content/disaster-assistance"},
45
+ {"description": "Loans and tax relief to help your business recover from a disaster"},
46
+ {"keywords": "disaster loans, disaster loan, disaster tax relief, disaster assistance"},
47
+ {"category": "managing a business"},
48
+ {"orders": "1"},
49
+ {"master_term": "disaster assistance"}] ,
50
+ "recommended_sites_item25": [
51
+ {"title": "Register as a Federal Contractor"},
52
+ {"url": "http://www.sba.gov/content/register-government-contracting"},
53
+ {"description": "Find steps to get registered as Federal Contractor"},
54
+ {"keywords": "Contractor Registration"},
55
+ {"category": "managing a business"},
56
+ {"orders": "1"},
57
+ {"master_term": "Contractor Registration"}] ,
58
+ "recommended_sites_item14": [
59
+ {"title": "Federal Acquisitions Regulations"},
60
+ {"url": "http://www.sba.gov/content/federal-acquisition-regulations-far"},
61
+ {"description": "Learn about regulations that specify how Executive Branch agencies buy from vendors"},
62
+ {"keywords": "federal acquisition regulations, FAR"},
63
+ {"category": "managing a business"},
64
+ {"orders": "1"},
65
+ {"master_term": "Federal Acquisitions Regulations"}] ,
66
+ "recommended_sites_item7": [
67
+ {"title": "Disaster Cleanup"},
68
+ {"url": "http://www.sba.gov/content/disaster-cleanup"},
69
+ {"description": "Tips and advice to help businesses recover from a disaster"},
70
+ {"keywords": "disaster cleanup"},
71
+ {"category": "managing a business"},
72
+ {"orders": "1"},
73
+ {"master_term": "disaster cleanup"}] ,
74
+ "recommended_sites_item26": [
75
+ {"title": "Overseas Business Travel"},
76
+ {"url": "http://www.sba.gov/content/resources-doing-business-abroad"},
77
+ {"description": "Find the paperwork you need for doing business overseas including overseas business travel"},
78
+ {"keywords": "business overseas, overseas business, business abroad, passports, overseas trade, visas, abroad, business travel"},
79
+ {"category": "managing a business"},
80
+ {"orders": "1"},
81
+ {"master_term": "Business Travel"}] ,
82
+ "recommended_sites_item15": [
83
+ {"title": "How to Register as a Federal Contractor"},
84
+ {"url": "http://www.sba.gov/content/getting-d-u-n-s-number"},
85
+ {"description": "Learn How to Register as a Federal Contractor and Obtain a D-U-N-S Number"},
86
+ {"keywords": "duns number, d-u-n-s, duns, d-u-n-s number"},
87
+ {"category": "managing a business"},
88
+ {"orders": "1"},
89
+ {"master_term": "DUNS"}] ,
90
+ "recommended_sites_item8": [
91
+ {"title": "Create a Disaster Plan for Your Business"},
92
+ {"url": "http://www.sba.gov/content/disaster-planning"},
93
+ {"description": "Resources to help your business survive a disaster"},
94
+ {"keywords": "disaster planning"},
95
+ {"category": "managing a business"},
96
+ {"orders": "1"},
97
+ {"master_term": "disaster planning"}] ,
98
+ "recommended_sites_item27": [
99
+ {"title": "Rules for an Online Business"},
100
+ {"url": "http://www.sba.gov/content/setting-online-business"},
101
+ {"description": "Rules for starting and running an Internet business"},
102
+ {"keywords": "ecommerce, INTERNET BASED BUSINESS, e-business, e-commerce, e commerce, starting an internet business, small business online, INTERNET BUSINESS, internet home business, online retail, INTERNET BUSINESSES, online business"},
103
+ {"category": "managing a business"},
104
+ {"orders": "1"},
105
+ {"master_term": "e-commerce"}] ,
106
+ "recommended_sites_item16": [
107
+ {"title": "Green Business Guide"},
108
+ {"url": "http://www.sba.gov/content/green-business-guide"},
109
+ {"description": "Find resources that help small businesses expand their businesses while saving energy costs. "},
110
+ {"keywords": "environmental management, green regulations, green tips, green incentives, environmental regulations, go green, green technology, green marketing, Green Business, green, green innovations, Green Marketing, green commuting, environment"},
111
+ {"category": "managing a business"},
112
+ {"orders": "1"},
113
+ {"master_term": "Going Green"}] ,
114
+ "recommended_sites_item9": [
115
+ {"title": "Small Business Guide to Emergency Preparedness"},
116
+ {"url": "http://www.sba.gov/content/disaster-preparedness"},
117
+ {"description": "Resources to help you plan for and recover from emergencies and natural disasters"},
118
+ {"keywords": "disaster preparedness, emergency preparedness"},
119
+ {"category": "managing a business"},
120
+ {"orders": "1"},
121
+ {"master_term": "emergency preparedness"}] ,
122
+ "recommended_sites_item28": [
123
+ {"title": "Federal Contracting Resources for Small Business Owners"},
124
+ {"url": "http://www.sba.gov/content/small-business-certification-0"},
125
+ {"description": "Locate resources that will help you understand how the federal government buys goods and services"},
126
+ {"keywords": "small business contractor, government contracts"},
127
+ {"category": "managing a business"},
128
+ {"orders": "1"},
129
+ {"master_term": "Federal Contracting"}] ,
130
+ "recommended_sites_item17": [
131
+ {"title": "Green Commuting "},
132
+ {"url": "http://www.sba.gov/content/green-commuting"},
133
+ {"description": "Learn about various methods of green commuting, including telecommuting and mass transit"},
134
+ {"keywords": "telecommuting, green commuting"},
135
+ {"category": "managing a business"},
136
+ {"orders": "1"},
137
+ {"master_term": "green commuting"}] ,
138
+ "recommended_sites_item29": [
139
+ {"title": "Green Certification and Ecolabeling"},
140
+ {"url": "http://www.sba.gov/content/starting-green-business"},
141
+ {"description": "Learn about how to certify or ecolabel your products for marketing purposes"},
142
+ {"keywords": "Green Certification, Ecolabeling"},
143
+ {"category": "managing a business"},
144
+ {"orders": "1"},
145
+ {"master_term": "Going Green"}] ,
146
+ "recommended_sites_item18": [
147
+ {"title": "Green Purchasing"},
148
+ {"url": "http://www.sba.gov/content/green-guide-new-businesses"},
149
+ {"description": "Learn about green purchasing and how it can affect your bid on a government contract"},
150
+ {"keywords": "Green Purchasing"},
151
+ {"category": "managing a business"},
152
+ {"orders": "1"},
153
+ {"master_term": "Government Green Purchasing"}] ,
154
+ "recommended_sites_item0": [
155
+ {"title": "Government Contracting by State"},
156
+ {"url": "http://www.sba.gov/category/navigation-structure/contracting/contracting-opportunities"},
157
+ {"description": "Access information by state on how to compete for government contracts"},
158
+ {"keywords": "Contracting, contracting Opportunities, Contracting, state contracting opportunities, contracting Opportunities, Government Contracting Opportunities"},
159
+ {"category": "managing a business"},
160
+ {"orders": "1"},
161
+ {"master_term": "Government Contracting"}] ,
162
+ "recommended_sites_item30": [
163
+ {"title": "Trade Statistics"},
164
+ {"url": "http://www.sba.gov/content/trade-statistics"},
165
+ {"description": "Find statistics on U.S. trade and exports"},
166
+ {"keywords": "foreign trade statistics, trade statistics, export statistics"},
167
+ {"category": "managing a business"},
168
+ {"orders": "1"},
169
+ {"master_term": "trade statistics"}] ,
170
+ "recommended_sites_item19": [
171
+ {"title": "Green Product Development"},
172
+ {"url": "http://www.sba.gov/content/green-product-development"},
173
+ {"description": "Learn how businesses are using environmental problems to innovate and create services"},
174
+ {"keywords": "green energy products, environmental services, green product development, take back, green product, manufacturing, environmental product, green products, servicizing"},
175
+ {"category": "managing a business"},
176
+ {"orders": "1"},
177
+ {"master_term": "Going Green"}] ,
178
+ "recommended_sites_item1": [
179
+ {"title": "Government Contracting"},
180
+ {"url": "http://www.sba.gov/category/navigation-structure/contracting/doing-business-with-government"},
181
+ {"description": "Learn about requirements that set aside some government contracts for small businesses"},
182
+ {"keywords": "Government Contracting, government contractors, doing business as contractor license, US FEDERAL CONTRACTING"},
183
+ {"category": "managing a business"},
184
+ {"orders": "1"},
185
+ {"master_term": "Government Contracting"}] ,
186
+ "recommended_sites_item20": [
187
+ {"title": "Expand Your Business"},
188
+ {"url": "http://www.sba.gov/content/ideas-growing-your-business"},
189
+ {"description": "Learn about resources available to help your small business grow and succeed"},
190
+ {"keywords": "Expand Your Business"},
191
+ {"category": "managing a business"},
192
+ {"orders": "1"},
193
+ {"master_term": "Expand Your Business"}] ,
194
+ "recommended_sites_item2": [
195
+ {"title": "Online Services for Federal Contractors"},
196
+ {"url": "http://www.sba.gov/category/navigation-structure/contracting/getting-started"},
197
+ {"description": "Access tools that allow contractors to submit information to the government over the web. "},
198
+ {"keywords": "contractor services"},
199
+ {"category": "managing a business"},
200
+ {"orders": "1"},
201
+ {"master_term": "Online Services for Federal Contractors"}] ,
202
+ "recommended_sites_item21": [
203
+ {"title": "Income Statistics"},
204
+ {"url": "http://www.sba.gov/content/income-statistics"},
205
+ {"description": "Find data on income and earnings of people in the U.S."},
206
+ {"keywords": "income statistics, earnings data, income data"},
207
+ {"category": "managing a business"},
208
+ {"orders": "1"},
209
+ {"master_term": "income statistics"}] ,
210
+ "recommended_sites_item10": [
211
+ {"title": "Economic Indicators"},
212
+ {"url": "http://www.sba.gov/content/economic-indicators"},
213
+ {"description": "Data on major economic indicators used to measure the U.S. economy"},
214
+ {"keywords": "economic statistics"},
215
+ {"category": "managing a business"},
216
+ {"orders": "1"},
217
+ {"master_term": "economic statistics"}] ,
218
+ "recommended_sites_item3": [
219
+ {"title": "How to Buy Government Surplus"},
220
+ {"url": "http://www.sba.gov/content/buying-government-surplus"},
221
+ {"description": "Learn about Government Auctions and how to participate"},
222
+ {"keywords": "auctions, Government Surplus, auction"},
223
+ {"category": "managing a business"},
224
+ {"orders": "1"},
225
+ {"master_term": "Government Auctions"}] ,
226
+ "recommended_sites_item22": [
227
+ {"title": "Marketing Your Business"},
228
+ {"url": "http://www.sba.gov/content/marketing-101"},
229
+ {"description": "Get information about how to market a new small business"},
230
+ {"keywords": "marketing, advertising"},
231
+ {"category": "managing a business"},
232
+ {"orders": "1"},
233
+ {"master_term": "Marketing"}] ,
234
+ "recommended_sites_item11": [
235
+ {"title": "Financing Energy Efficiency Projects"},
236
+ {"url": "http://www.sba.gov/content/energy-efficiency"},
237
+ {"description": "Locate information on how to obtain financing, loans, or grants for your energy-efficiency project(s)"},
238
+ {"keywords": "solar grants, environmental management, Air Pollution Prevention, Green Building Design, small business statistics, Waste Reuse, insulation, HVAC Upgrade, pollution prevention, ventilation efficiency, office equipment energy efficiency, Water Conservation, home energy savings, ENVIRONMENTAL TAX INCENTIVES, Energy Efficiency improvement, energy efficient, Renewable Energy, Paper Usage, recycle, water efficiency, slab, air condition upgrade, energy savings calculator, easy energy saving, energy efficient, alternative fuels, Construction energy Efficiency, motel energy efficiency, green construction, Financial Analysis, easy energy savings, Lighting, hybrids, store Energy Efficiency, Energy Management, environmental grants, green business loans, energy efficiency projects, pollution, new building, reduce waste, reusing waste, roofing, heating upgrade, calculate savings, air condition efficiency, fuel economy, saving water, home energy efficiency, Retail Energy Efficiency, energy efficiency loans, Energy Efficien"},
239
+ {"category": "managing a business"},
240
+ {"orders": "1"},
241
+ {"master_term": "Financing"}] ,
242
+ "recommended_sites_item4": [
243
+ {"title": "Market Research for Small Business"},
244
+ {"url": "http://www.sba.gov/content/conducting-market-research"},
245
+ {"description": "Find resources to help research your customers and competitors"},
246
+ {"keywords": "consumer research, market research analysis, market research, target market, market research studies, market analysis"},
247
+ {"category": "managing a business"},
248
+ {"orders": "1"},
249
+ {"master_term": "market research"}]}