Fazlul

Untitled

Apr 28th, 2022 (edited)
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.49 KB | None | 0 0
  1. import json
  2. import scrapy
  3. class CourseSpider(scrapy.Spider):
  4. name = 'course'
  5. body = {
  6. "l_from": "nl",
  7. "l_to": "en",
  8. "words": [
  9. {
  10. "t": 9,
  11. "w": "Overzicht van alle Learnit cursussen"
  12. },
  13. {
  14. "t": 1,
  15. "w": "Op werkdagen van 9:00 tot 17:30"
  16. },
  17. {
  18. "t": 1,
  19. },
  20. {
  21. "t": 3,
  22. "w": "Zoek een training"
  23. },
  24. {
  25. "t": 4,
  26. "w": "Overzicht van alle Learnit cursussen, verzorgd in heel Nederland."
  27. },
  28. {
  29. "t": 7,
  30. "w": "Learnit beeldmerk"
  31. },
  32. {
  33. "t": 7,
  34. "w": "NL"
  35. },
  36. {
  37. "t": 7,
  38. "w": "EN"
  39. },
  40. {
  41. "t": 7,
  42. "w": "CEDEO beelmerk"
  43. },
  44. {
  45. "t": 7,
  46. "w": "NRTO beeldmerk"
  47. },
  48. {
  49. "t": 8,
  50. "w": "/static/brochure2015.pdf"
  51. },
  52. {
  53. "t": 1,
  54. "w": "Lees meer over STAP-subsidie >"
  55. },
  56. {
  57. "t": 1,
  58. "w": "/"
  59. },
  60. {
  61. "t": 1,
  62. "w": "Zoeken"
  63. },
  64. {
  65. "t": 1,
  66. "w": "Trainingen"
  67. },
  68. {
  69. "t": 1,
  70. "w": "Categorie\u00ebn"
  71. },
  72. {
  73. "t": 1,
  74. "w": "Live online (virtual classroom)"
  75. },
  76. {
  77. "t": 1,
  78. "w": "E-learning"
  79. },
  80. {
  81. "t": 1,
  82. "w": "Bij jou (incompany maatwerk)"
  83. },
  84. {
  85. "t": 1,
  86. "w": "Blended learning"
  87. },
  88. {
  89. "t": 1,
  90. "w": "Onboardingsprogramma's"
  91. },
  92. {
  93. "t": 1,
  94. "w": "Slim investeren"
  95. },
  96. {
  97. "t": 1,
  98. "w": "Groepskortingen"
  99. },
  100. {
  101. "t": 1,
  102. "w": "Strippenkaarten"
  103. },
  104. {
  105. "t": 1,
  106. "w": "Subsidies"
  107. },
  108. {
  109. "t": 1,
  110. "w": "Certificering"
  111. },
  112. {
  113. "t": 1,
  114. "w": "Coaching"
  115. },
  116. {
  117. "t": 1,
  118. "w": "Team coaching"
  119. },
  120. {
  121. "t": 1,
  122. "w": "Personal coaching"
  123. },
  124. {
  125. "t": 1,
  126. "w": "Intervisie"
  127. },
  128. {
  129. "t": 1,
  130. "w": "Over learnit"
  131. },
  132. {
  133. "t": 1,
  134. "w": "Wie zijn wij"
  135. },
  136. {
  137. "t": 1,
  138. "w": "Locaties"
  139. },
  140. {
  141. "t": 1,
  142. "w": "Referenties"
  143. },
  144. {
  145. "t": 1,
  146. "w": "Werken bij Learnit"
  147. },
  148. {
  149. "t": 1,
  150. "w": "Trainer worden"
  151. },
  152. {
  153. "t": 1,
  154. "w": "Contact"
  155. },
  156. {
  157. "t": 1,
  158. "w": "Webinair studio"
  159. },
  160. {
  161. "t": 1,
  162. "w": "Home"
  163. },
  164. {
  165. "t": 1,
  166. "w": "Cursuslijst"
  167. },
  168. {
  169. "t": 1,
  170. "w": "Cursussen en Trainingen in alfabetische volgorde"
  171. },
  172. {
  173. "t": 1,
  174. "w": "A"
  175. },
  176. {
  177. "t": 1,
  178. "w": "Access Basis"
  179. },
  180. {
  181. "t": 1,
  182. "w": "Access Basis + Vervolg + Expert e-learning"
  183. },
  184. {
  185. "t": 1,
  186. "w": "Access VBA"
  187. },
  188. {
  189. "t": 1,
  190. "w": "Access Vervolg"
  191. },
  192. {
  193. "t": 1,
  194. "w": "Accountmanagement"
  195. },
  196. {
  197. "t": 1,
  198. "w": "Adobe After Effects"
  199. },
  200. {
  201. "t": 1,
  202. "w": "Adobe Captivate"
  203. },
  204. {
  205. "t": 1,
  206. "w": "Adobe Creative Cloud DTP"
  207. },
  208. {
  209. "t": 1,
  210. "w": "Adobe Lightroom Classic"
  211. },
  212. {
  213. "t": 1,
  214. "w": "Adobe Premiere Pro"
  215. },
  216. {
  217. "t": 1,
  218. "w": "Adviesvaardigheden"
  219. },
  220. {
  221. "t": 1,
  222. "w": "Agile projectmanagement foundation"
  223. },
  224. {
  225. "t": 1,
  226. "w": "Agile Scrum Basis"
  227. },
  228. {
  229. "t": 1,
  230. "w": "Agile scrum: de Product Owner"
  231. },
  232. {
  233. "t": 1,
  234. "w": "Agile scrum: de Scrum Master"
  235. },
  236. {
  237. "t": 1,
  238. "w": "Amazon Web services (AWS) technical essentials"
  239. },
  240. {
  241. "t": 1,
  242. "w": "Android Programmeren Basis"
  243. },
  244. {
  245. "t": 1,
  246. "w": "Android Programmeren Vervolg"
  247. },
  248. {
  249. "t": 1,
  250. "w": "Angular web ontwikkeling"
  251. },
  252. {
  253. "t": 1,
  254. "w": "Animate CC Basis"
  255. },
  256. {
  257. "t": 1,
  258. "w": "Arbeidsovereenkomst: Rechten en plichten"
  259. },
  260. {
  261. "t": 1,
  262. "w": "Arbeidsrecht en Sociale Zekerheid actualiteiten"
  263. },
  264. {
  265. "t": 1,
  266. "w": "Articulate"
  267. },
  268. {
  269. "t": 1,
  270. "w": "ASL Foundation"
  271. },
  272. {
  273. "t": 1,
  274. "w": "Assertiviteit: opkomen voor jezelf"
  275. },
  276. {
  277. "t": 1,
  278. "w": "AutoCAD Basis"
  279. },
  280. {
  281. "t": 1,
  282. "w": "AutoCAD Basis + Vervolg"
  283. },
  284. {
  285. "t": 1,
  286. "w": "AutoCAD Vervolg"
  287. },
  288. {
  289. "t": 1,
  290. "w": "Azure Administrator"
  291. },
  292. {
  293. "t": 1,
  294. "w": "Azure AI Engineer"
  295. },
  296. {
  297. "t": 1,
  298. "w": "Azure Data Engineer"
  299. },
  300. {
  301. "t": 1,
  302. "w": "Azure Data Scientist"
  303. },
  304. {
  305. "t": 1,
  306. "w": "Azure Developer"
  307. },
  308. {
  309. "t": 1,
  310. "w": "Azure Security Engineer"
  311. },
  312. {
  313. "t": 1,
  314. "w": "B"
  315. },
  316. {
  317. "t": 1,
  318. "w": "BCS Business Analysis"
  319. },
  320. {
  321. "t": 1,
  322. "w": "Be\u00efnvloedingsvaardigheden"
  323. },
  324. {
  325. "t": 1,
  326. "w": "Be\u00efnvloedingsvaardigheden en overtuigingskracht"
  327. },
  328. {
  329. "t": 1,
  330. "w": "Beleidsteksten schrijven"
  331. },
  332. {
  333. "t": 1,
  334. "w": "Big Data"
  335. },
  336. {
  337. "t": 1,
  338. "w": "BIM Basis"
  339. },
  340. {
  341. "t": 1,
  342. "w": "BIM Management"
  343. },
  344. {
  345. "t": 1,
  346. "w": "BiSL Foundation"
  347. },
  348. {
  349. "t": 1,
  350. "w": "Blockchain"
  351. },
  352. {
  353. "t": 1,
  354. "w": "Boekhouden voor beginners"
  355. },
  356. {
  357. "t": 1,
  358. "w": "Braintraining: slimmer en productiever werken"
  359. },
  360. {
  361. "t": 1,
  362. "w": "BTW & Internationaal"
  363. },
  364. {
  365. "t": 1,
  366. "w": "Budgetteren en plannen"
  367. },
  368. {
  369. "t": 1,
  370. "w": "Building Applications and Solutions with Microsoft 365 Core Services"
  371. },
  372. {
  373. "t": 1,
  374. "w": "Business Information Management Foundation with reference to BISL (BIMF)"
  375. },
  376. {
  377. "t": 1,
  378. "w": "Business Valuation"
  379. },
  380. {
  381. "t": 1,
  382. "w": "C"
  383. },
  384. {
  385. "t": 1,
  386. "w": "C Programmeren Basis"
  387. },
  388. {
  389. "t": 1,
  390. "w": "C Programming Advanced"
  391. },
  392. {
  393. "t": 1,
  394. "w": "C# Programmeren"
  395. },
  396. {
  397. "t": 1,
  398. "w": "C++ Programmeren Basis"
  399. },
  400. {
  401. "t": 1,
  402. "w": "C++ Programmeren Vervolg"
  403. },
  404. {
  405. "t": 1,
  406. "w": "Certified Ethical Hacker"
  407. },
  408. {
  409. "t": 1,
  410. "w": "Cloud Computing"
  411. },
  412. {
  413. "t": 1,
  414. "w": "Cloud Technology associate"
  415. },
  416. {
  417. "t": 1,
  418. "w": "Coachend leidinggeven"
  419. },
  420. {
  421. "t": 1,
  422. "w": "Coachingsvaardigheden"
  423. },
  424. {
  425. "t": 1,
  426. "w": "Coachingsvaardigheden: praktische basistechnieken"
  427. },
  428. {
  429. "t": 1,
  430. "w": "Commercieel en creatief schrijven"
  431. },
  432. {
  433. "t": 1,
  434. "w": "Communicatieve vaardigheden"
  435. },
  436. {
  437. "t": 1,
  438. "w": "CompTIA A+"
  439. },
  440. {
  441. "t": 1,
  442. "w": "CompTIA IT fundamentals"
  443. },
  444. {
  445. "t": 1,
  446. "w": "CompTIA network+"
  447. },
  448. {
  449. "t": 1,
  450. "w": "Computervaardigheden: Werken met Windows 10 en Office"
  451. },
  452. {
  453. "t": 1,
  454. "w": "Conflicthantering"
  455. },
  456. {
  457. "t": 1,
  458. "w": "Constructief omgaan met roddelen op de werkvloer"
  459. },
  460. {
  461. "t": 1,
  462. "w": "Contentmarketing"
  463. },
  464. {
  465. "t": 1,
  466. "w": "Crisiscommunicatie"
  467. },
  468. {
  469. "t": 1,
  470. "w": "Crystal Reports Basis (Report Design 1)"
  471. },
  472. {
  473. "t": 1,
  474. "w": "Crystal Reports E-learning"
  475. },
  476. {
  477. "t": 1,
  478. "w": "Crystal Reports Expert (Report Design 3)"
  479. },
  480. {
  481. "t": 1,
  482. "w": "Crystal Reports Vervolg (Report Design 2)"
  483. },
  484. {
  485. "t": 1,
  486. "w": "CSS E-learning"
  487. },
  488. {
  489. "t": 1,
  490. "w": "D"
  491. },
  492. {
  493. "t": 1,
  494. "w": "De leercyclus van Kolb"
  495. },
  496. {
  497. "t": 1,
  498. "w": "Debiteurenbeheer"
  499. },
  500. {
  501. "t": 1,
  502. "w": "Delegeren"
  503. },
  504. {
  505. "t": 1,
  506. "w": "Designing and Implementing a Data Science Solution on Azure"
  507. },
  508. {
  509. "t": 1,
  510. "w": "Designing and Implementing a Microsoft Azure AI Solution"
  511. },
  512. {
  513. "t": 1,
  514. "w": "Designing and Implementing Microsoft DevOps Solutions"
  515. },
  516. {
  517. "t": 1,
  518. "w": "Developing Solutions for Microsoft Azure"
  519. },
  520. {
  521. "t": 1,
  522. "w": "DevOps fundamentals"
  523. },
  524. {
  525. "t": 1,
  526. "w": "Digitaal ontwerpen met Affinity Designer"
  527. },
  528. {
  529. "t": 1,
  530. "w": "Django"
  531. },
  532. {
  533. "t": 1,
  534. "w": "Dreamweaver CC Basis"
  535. },
  536. {
  537. "t": 1,
  538. "w": "Dynamics 365 Customer Service Functional Consultant"
  539. },
  540. {
  541. "t": 1,
  542. "w": "Dynamics 365 Field Service Functional Consultant"
  543. },
  544. {
  545. "t": 1,
  546. "w": "Dynamics 365 Finance and Operations Apps Developer"
  547. },
  548. {
  549. "t": 1,
  550. "w": "Dynamics 365 Finance and Operations Apps Solution Architect"
  551. },
  552. {
  553. "t": 1,
  554. "w": "Dynamics 365 Finance Functional Consultant"
  555. },
  556. {
  557. "t": 1,
  558. "w": "Dynamics 365 Manufacturing Functional Consultant"
  559. },
  560. {
  561. "t": 1,
  562. "w": "Dynamics 365 Marketing Functional Consultant"
  563. },
  564. {
  565. "t": 1,
  566. "w": "Dynamics 365 Sales Functional Consultant"
  567. },
  568. {
  569. "t": 1,
  570. "w": "Dynamics 365 Supply Chain Management Functional Consultant"
  571. },
  572. {
  573. "t": 1,
  574. "w": "Dynamo"
  575. },
  576. {
  577. "t": 1,
  578. "w": "E"
  579. },
  580. {
  581. "t": 1,
  582. "w": "E-commerce"
  583. },
  584. {
  585. "t": 1,
  586. "w": "Een relationele database ontwerpen"
  587. },
  588. {
  589. "t": 1,
  590. "w": "Effectieve rapportages"
  591. },
  592. {
  593. "t": 1,
  594. "w": "Embedded development met Python of C++"
  595. },
  596. {
  597. "t": 1,
  598. "w": "Excel automatiseren met Python"
  599. },
  600. {
  601. "t": 1,
  602. "w": "Excel Basis"
  603. },
  604. {
  605. "t": 1,
  606. "w": "Excel Basis + Vervolg + Expert e-learning"
  607. },
  608. {
  609. "t": 1,
  610. "w": "Excel Basis + Vervolg e-learning"
  611. },
  612. {
  613. "t": 1,
  614. "w": "Excel Draaitabellen e-learning"
  615. },
  616. {
  617. "t": 1,
  618. "w": "Excel Draaitabellen, formules en functies"
  619. },
  620. {
  621. "t": 1,
  622. "w": "Excel Expert"
  623. },
  624. {
  625. "t": 1,
  626. "w": "Excel Gegevensvalidatie, Functies & Formules"
  627. },
  628. {
  629. "t": 1,
  630. "w": "Excel Macro's en samenwerken met andere programma's"
  631. },
  632. {
  633. "t": 1,
  634. "w": "Excel PowerPivot"
  635. },
  636. {
  637. "t": 1,
  638. "w": "Excel VBA"
  639. },
  640. {
  641. "t": 1,
  642. "w": "Excel Vervolg"
  643. },
  644. {
  645. "t": 1,
  646. "w": "Excel Vervolg + Expert e-learning"
  647. },
  648. {
  649. "t": 1,
  650. "w": "F"
  651. },
  652. {
  653. "t": 1,
  654. "w": "Facebook advertising Basis"
  655. },
  656. {
  657. "t": 1,
  658. "w": "Facebook advertising Professional"
  659. },
  660. {
  661. "t": 1,
  662. "w": "Feedback geven en ontvangen"
  663. },
  664. {
  665. "t": 1,
  666. "w": "Feedforward geven: feedback in zijn vooruit"
  667. },
  668. {
  669. "t": 1,
  670. "w": "Financial Excel (bedrijfseconomische vaardigheden)"
  671. },
  672. {
  673. "t": 1,
  674. "w": "Financieel management voor de niet-financi\u00eble manager"
  675. },
  676. {
  677. "t": 1,
  678. "w": "Financi\u00eble Analyse"
  679. },
  680. {
  681. "t": 1,
  682. "w": "Flexibel op het werk"
  683. },
  684. {
  685. "t": 1,
  686. "w": "Flutter Programmeren voor IOS en Android"
  687. },
  688. {
  689. "t": 1,
  690. "w": "Framemaker Basis"
  691. },
  692. {
  693. "t": 1,
  694. "w": "Functioneel beheerder Exin"
  695. },
  696. {
  697. "t": 1,
  698. "w": "Functionerings- en beoordelingsgesprekken voeren"
  699. },
  700. {
  701. "t": 1,
  702. "w": "G"
  703. },
  704. {
  705. "t": 1,
  706. "w": "Gedragsstoornissen: professioneel omgaan met probleemgedrag"
  707. },
  708. {
  709. "t": 1,
  710. "w": "Gesprekstechnieken"
  711. },
  712. {
  713. "t": 1,
  714. "w": "Git versiebeheer"
  715. },
  716. {
  717. "t": 1,
  718. "w": "Gmail: Leren werken met Google Drive en de Google Agenda"
  719. },
  720. {
  721. "t": 1,
  722. "w": "Go"
  723. },
  724. {
  725. "t": 1,
  726. "w": "Google Ads Basis"
  727. },
  728. {
  729. "t": 1,
  730. "w": "Google Ads Professional"
  731. },
  732. {
  733. "t": 1,
  734. "w": "Google Analytics Basis"
  735. },
  736. {
  737. "t": 1,
  738. "w": "Google Analytics Professional"
  739. },
  740. {
  741. "t": 1,
  742. "w": "Groepsdynamica"
  743. },
  744. {
  745. "t": 1,
  746. "w": "H"
  747. },
  748. {
  749. "t": 1,
  750. "w": "Hardware and Network Components Foundation (HNCF)"
  751. },
  752. {
  753. "t": 1,
  754. "w": "Heldere teksten schrijven"
  755. },
  756. {
  757. "t": 1,
  758. "w": "HTML e-mail"
  759. },
  760. {
  761. "t": 1,
  762. "w": "HTML en CSS Basis"
  763. },
  764. {
  765. "t": 1,
  766. "w": "HTML en CSS Vervolg"
  767. },
  768. {
  769. "t": 1,
  770. "w": "HTML Training E-learning"
  771. },
  772. {
  773. "t": 1,
  774. "w": "I"
  775. },
  776. {
  777. "t": 1,
  778. "w": "IFRS Advanced"
  779. },
  780. {
  781. "t": 1,
  782. "w": "IFRS Essentials"
  783. },
  784. {
  785. "t": 1,
  786. "w": "Illustrator CC Basis"
  787. },
  788. {
  789. "t": 1,
  790. "w": "Illustrator CC Vervolg"
  791. },
  792. {
  793. "t": 1,
  794. "w": "Illustrator E-learning"
  795. },
  796. {
  797. "t": 1,
  798. "w": "InDesign CC Basis"
  799. },
  800. {
  801. "t": 1,
  802. "w": "InDesign CC Vervolg"
  803. },
  804. {
  805. "t": 1,
  806. "w": "Indesign E-learning"
  807. },
  808. {
  809. "t": 1,
  810. "w": "InDesign Interactief met In5"
  811. },
  812. {
  813. "t": 1,
  814. "w": "Information Security Management (CISM)"
  815. },
  816. {
  817. "t": 1,
  818. "w": "Information Systems Foundation (ISYF)"
  819. },
  820. {
  821. "t": 1,
  822. "w": "Inkomstenbelasting"
  823. },
  824. {
  825. "t": 1,
  826. "w": "Interactie- en werkvormen in digitale sessies"
  827. },
  828. {
  829. "t": 1,
  830. "w": "Internet of Things"
  831. },
  832. {
  833. "t": 1,
  834. "w": "Interviewtechnieken"
  835. },
  836. {
  837. "t": 1,
  838. "w": "Intervisie: m\u00e9t en v\u00e1n elkaar leren"
  839. },
  840. {
  841. "t": 1,
  842. "w": "Inventor Basis"
  843. },
  844. {
  845. "t": 1,
  846. "w": "Inventor Basis + Vervolg"
  847. },
  848. {
  849. "t": 1,
  850. "w": "Inventor Vervolg"
  851. },
  852. {
  853. "t": 1,
  854. "w": "iOS Programmeren"
  855. },
  856. {
  857. "t": 1,
  858. "w": "IPMA-C"
  859. },
  860. {
  861. "t": 1,
  862. "w": "IPMA-D"
  863. },
  864. {
  865. "t": 1,
  866. "w": "IPv6 Basis"
  867. },
  868. {
  869. "t": 1,
  870. "w": "IT essentials voor managers"
  871. },
  872. {
  873. "t": 1,
  874. "w": "IT Security Management"
  875. },
  876. {
  877. "t": 1,
  878. "w": "ITIL Foundation"
  879. },
  880. {
  881. "t": 1,
  882. "w": "J"
  883. },
  884. {
  885. "t": 1,
  886. "w": "Jaarrekening lezen"
  887. },
  888. {
  889. "t": 1,
  890. "w": "Java Enterprise Edition"
  891. },
  892. {
  893. "t": 1,
  894. "w": "Java Spring"
  895. },
  896. {
  897. "t": 1,
  898. "w": "Java Training E-learning"
  899. },
  900. {
  901. "t": 1,
  902. "w": "JavaScript Basis"
  903. },
  904. {
  905. "t": 1,
  906. "w": "Javascript Training E-learning"
  907. },
  908. {
  909. "t": 1,
  910. "w": "jQuery Basis"
  911. },
  912. {
  913. "t": 1,
  914. "w": "jQuery Training E-learning"
  915. },
  916. {
  917. "t": 1,
  918. "w": "K"
  919. },
  920. {
  921. "t": 1,
  922. "w": "Kennismaken met Linux"
  923. },
  924. {
  925. "t": 1,
  926. "w": "Klachtenmanagement: de waarde van klachten"
  927. },
  928. {
  929. "t": 1,
  930. "w": "Klantgericht schrijven"
  931. },
  932. {
  933. "t": 1,
  934. "w": "Klantgericht telefoneren"
  935. },
  936. {
  937. "t": 1,
  938. "w": "Klantgericht werken en klanttevredenheid"
  939. },
  940. {
  941. "t": 1,
  942. "w": "Kotlin"
  943. },
  944. {
  945. "t": 1,
  946. "w": "L"
  947. },
  948. {
  949. "t": 1,
  950. "w": "Lean Six Sigma - Green Belt"
  951. },
  952. {
  953. "t": 1,
  954. "w": "Lean Six Sigma - Orange Belt"
  955. },
  956. {
  957. "t": 1,
  958. "w": "Lean Six Sigma - Yellow Belt"
  959. },
  960. {
  961. "t": 1,
  962. "w": "Leiderschap"
  963. },
  964. {
  965. "t": 1,
  966. "w": "Leidinggeven"
  967. },
  968. {
  969. "t": 1,
  970. "w": "Leidinggeven aan veranderingen en reorganisaties"
  971. },
  972. {
  973. "t": 1,
  974. "w": "Leidinggeven aan vrijwilligers"
  975. },
  976. {
  977. "t": 1,
  978. "w": "Leidinggeven op afstand"
  979. },
  980. {
  981. "t": 1,
  982. "w": "Leidinggeven voor vrouwen"
  983. },
  984. {
  985. "t": 1,
  986. "w": "Lichaamstaal"
  987. },
  988. {
  989. "t": 1,
  990. "w": "Linux Netwerkbeheer"
  991. },
  992. {
  993. "t": 1,
  994. "w": "Linux Scripting Basis"
  995. },
  996. {
  997. "t": 1,
  998. "w": "Linux Webhosting"
  999. },
  1000. {
  1001. "t": 1,
  1002. "w": "Loonbelasting"
  1003. },
  1004. {
  1005. "t": 1,
  1006. "w": "Loopbaancoaching"
  1007. },
  1008. {
  1009. "t": 1,
  1010. "w": "M"
  1011. },
  1012. {
  1013. "t": 1,
  1014. "w": "Management of Portfolios (MoP\u00ae) Foundation"
  1015. },
  1016. {
  1017. "t": 1,
  1018. "w": "Management of Risk (M_O_R) Foundation"
  1019. },
  1020. {
  1021. "t": 1,
  1022. "w": "Managing Microsoft Teams"
  1023. },
  1024. {
  1025. "t": 1,
  1026. "w": "Managing Modern Desktops"
  1027. },
  1028. {
  1029. "t": 1,
  1030. "w": "Marketingplan schrijven"
  1031. },
  1032. {
  1033. "t": 1,
  1034. "w": "Microsoft 365 Certified Messaging Administrator Associate"
  1035. },
  1036. {
  1037. "t": 1,
  1038. "w": "Microsoft 365 Certified Modern Desktop Administrator Associate"
  1039. },
  1040. {
  1041. "t": 1,
  1042. "w": "Microsoft 365 Certified Security Administrator Associate"
  1043. },
  1044. {
  1045. "t": 1,
  1046. "w": "Microsoft 365 Developer"
  1047. },
  1048. {
  1049. "t": 1,
  1050. "w": "Microsoft 365 Fundamentals"
  1051. },
  1052. {
  1053. "t": 1,
  1054. "w": "Microsoft 365 Identity and Services"
  1055. },
  1056. {
  1057. "t": 1,
  1058. "w": "Microsoft 365 Messaging"
  1059. },
  1060. {
  1061. "t": 1,
  1062. "w": "Microsoft 365 Mobility and Security"
  1063. },
  1064. {
  1065. "t": 1,
  1066. "w": "Microsoft 365 Security Administration"
  1067. },
  1068. {
  1069. "t": 1,
  1070. "w": "Microsoft Azure Administrator"
  1071. },
  1072. {
  1073. "t": 1,
  1074. "w": "Microsoft Azure Architect Design"
  1075. },
  1076. {
  1077. "t": 1,
  1078. "w": "Microsoft Azure Architect Technologies"
  1079. },
  1080. {
  1081. "t": 1,
  1082. "w": "Microsoft Azure Fundamentals"
  1083. },
  1084. {
  1085. "t": 1,
  1086. "w": "Microsoft Azure Security Technologies"
  1087. },
  1088. {
  1089. "t": 1,
  1090. "w": "Microsoft Dynamics 365 Customer Service"
  1091. },
  1092. {
  1093. "t": 1,
  1094. "w": "Microsoft Dynamics 365 Field Service"
  1095. },
  1096. {
  1097. "t": 1,
  1098. "w": "Microsoft Dynamics 365 Finance"
  1099. },
  1100. {
  1101. "t": 1,
  1102. "w": "Microsoft Dynamics 365 Marketing"
  1103. },
  1104. {
  1105. "t": 1,
  1106. "w": "Microsoft Dynamics 365 Sales"
  1107. },
  1108. {
  1109. "t": 1,
  1110. "w": "Microsoft Dynamics 365 Supply Chain Management"
  1111. },
  1112. {
  1113. "t": 1,
  1114. "w": "Microsoft Dynamics 365 Supply Chain Management, Manufacturing"
  1115. },
  1116. {
  1117. "t": 1,
  1118. "w": "Microsoft Dynamics 365: Core Finance and Operations"
  1119. },
  1120. {
  1121. "t": 1,
  1122. "w": "Microsoft Dynamics 365: Finance and Operations Apps Developer"
  1123. },
  1124. {
  1125. "t": 1,
  1126. "w": "Microsoft Dynamics 365: Finance and Operations Apps Solution Architect"
  1127. },
  1128. {
  1129. "t": 1,
  1130. "w": "Microsoft Power Platform Fundamentals"
  1131. },
  1132. {
  1133. "t": 1,
  1134. "w": "Microsoft Teams"
  1135. },
  1136. {
  1137. "t": 1,
  1138. "w": "Microsoft Teams Administrator"
  1139. },
  1140. {
  1141. "t": 1,
  1142. "w": "Microsoft Teams e-learning"
  1143. },
  1144. {
  1145. "t": 1,
  1146. "w": "Mindfulness"
  1147. },
  1148. {
  1149. "t": 1,
  1150. "w": "Missie, Visie en Strategie"
  1151. },
  1152. {
  1153. "t": 1,
  1154. "w": "Modern Java programming advanced"
  1155. },
  1156. {
  1157. "t": 1,
  1158. "w": "Modern Java programming fundamentals"
  1159. },
  1160. {
  1161. "t": 1,
  1162. "w": "Motiverende gespreksvoering"
  1163. },
  1164. {
  1165. "t": 1,
  1166. "w": "MoV Foundation"
  1167. },
  1168. {
  1169. "t": 1,
  1170. "w": "MS Project 2013 Vervolg"
  1171. },
  1172. {
  1173. "t": 1,
  1174. "w": "MS Project 2016 Vervolg"
  1175. },
  1176. {
  1177. "t": 1,
  1178. "w": "MS Project Basis"
  1179. },
  1180. {
  1181. "t": 1,
  1182. "w": "MS Project e-learning"
  1183. },
  1184. {
  1185. "t": 1,
  1186. "w": "MSP Foundation"
  1187. },
  1188. {
  1189. "t": 1,
  1190. "w": "MySQL Administering"
  1191. },
  1192. {
  1193. "t": 1,
  1194. "w": "MySQL basis"
  1195. },
  1196. {
  1197. "t": 1,
  1198. "w": "N"
  1199. },
  1200. {
  1201. "t": 1,
  1202. "w": "Nederlandse spelling en grammatica"
  1203. },
  1204. {
  1205. "t": 1,
  1206. "w": "Netwerkgesprekken"
  1207. },
  1208. {
  1209. "t": 1,
  1210. "w": "Neurolingu\u00efstisch programmeren (NLP): een introductie"
  1211. },
  1212. {
  1213. "t": 1,
  1214. "w": "Notuleren: effici\u00ebnt en resultaatgericht"
  1215. },
  1216. {
  1217. "t": 1,
  1218. "w": "O"
  1219. },
  1220. {
  1221. "t": 1,
  1222. "w": "Object oriented analysis and design using UML"
  1223. },
  1224. {
  1225. "t": 1,
  1226. "w": "Objective C"
  1227. },
  1228. {
  1229. "t": 1,
  1230. "w": "Offertes uitbrengen"
  1231. },
  1232. {
  1233. "t": 1,
  1234. "w": "Office 365"
  1235. },
  1236. {
  1237. "t": 1,
  1238. "w": "Office 365 e-learning"
  1239. },
  1240. {
  1241. "t": 1,
  1242. "w": "Omgaan met agressie"
  1243. },
  1244. {
  1245. "t": 1,
  1246. "w": "Omgaan met agressie binnen overheid/handhaving"
  1247. },
  1248. {
  1249. "t": 1,
  1250. "w": "Omgaan met agressie in de zorg"
  1251. },
  1252. {
  1253. "t": 1,
  1254. "w": "Omgaan met agressieve klanten"
  1255. },
  1256. {
  1257. "t": 1,
  1258. "w": "Omgaan met eigen frustraties en emoties op de werkvloer"
  1259. },
  1260. {
  1261. "t": 1,
  1262. "w": "Omgaan met lastige mensen"
  1263. },
  1264. {
  1265. "t": 1,
  1266. "w": "Omzetbelasting (BTW)"
  1267. },
  1268. {
  1269. "t": 1,
  1270. "w": "Onderhandelen"
  1271. },
  1272. {
  1273. "t": 1,
  1274. "w": "OneNote"
  1275. },
  1276. {
  1277. "t": 1,
  1278. "w": "Online gespreksvoering; zakelijke gesprekken via een videocall"
  1279. },
  1280. {
  1281. "t": 1,
  1282. "w": "Online marketing"
  1283. },
  1284. {
  1285. "t": 1,
  1286. "w": "Online presenteren"
  1287. },
  1288. {
  1289. "t": 1,
  1290. "w": "Online trainingen ontwikkelen"
  1291. },
  1292. {
  1293. "t": 1,
  1294. "w": "Ontslagrecht onder de Wwz, reorganisatie en disfunctioneren"
  1295. },
  1296. {
  1297. "t": 1,
  1298. "w": "Oracle Database 11g: Administration deel 1a"
  1299. },
  1300. {
  1301. "t": 1,
  1302. "w": "Oracle Database: Administration deel I"
  1303. },
  1304. {
  1305. "t": 1,
  1306. "w": "Oracle Database: SQL Fundamenten deel I"
  1307. },
  1308. {
  1309. "t": 1,
  1310. "w": "Oracle Database: SQL Fundamenten deel II"
  1311. },
  1312. {
  1313. "t": 1,
  1314. "w": "Oracle SQL E-learning"
  1315. },
  1316. {
  1317. "t": 1,
  1318. "w": "Outlook Basis"
  1319. },
  1320. {
  1321. "t": 1,
  1322. "w": "Outlook Basis + Vervolg + Expert e-learning"
  1323. },
  1324. {
  1325. "t": 1,
  1326. "w": "Outlook Vervolg"
  1327. },
  1328. {
  1329. "t": 1,
  1330. "w": "P"
  1331. },
  1332. {
  1333. "t": 1,
  1334. "w": "P3O\u00ae Foundation"
  1335. },
  1336. {
  1337. "t": 1,
  1338. "w": "Personal branding"
  1339. },
  1340. {
  1341. "t": 1,
  1342. "w": "Personeelsmanagement"
  1343. },
  1344. {
  1345. "t": 1,
  1346. "w": "Persoonlijke coaching"
  1347. },
  1348. {
  1349. "t": 1,
  1350. "w": "Persoonlijke effectiviteit"
  1351. },
  1352. {
  1353. "t": 1,
  1354. "w": "Photoshop CC Basis"
  1355. },
  1356. {
  1357. "t": 1,
  1358. "w": "Photoshop CC Basis Versneld"
  1359. },
  1360. {
  1361. "t": 1,
  1362. "w": "Photoshop CC Vervolg"
  1363. },
  1364. {
  1365. "t": 1,
  1366. "w": "Photoshop E-learning"
  1367. },
  1368. {
  1369. "t": 1,
  1370. "w": "Photoshop Elements"
  1371. },
  1372. {
  1373. "t": 1,
  1374. "w": "PHP Programmeren Basis"
  1375. },
  1376. {
  1377. "t": 1,
  1378. "w": "PHP Programmeren Vervolg"
  1379. },
  1380. {
  1381. "t": 1,
  1382. "w": "PHP Zend Framework 2 Programming"
  1383. },
  1384. {
  1385. "t": 1,
  1386. "w": "Pitchen: je persoonlijke presentatie"
  1387. },
  1388. {
  1389. "t": 1,
  1390. "w": "POP-gesprekken"
  1391. },
  1392. {
  1393. "t": 1,
  1394. "w": "Power Apps + Dynamics 365 Developer"
  1395. },
  1396. {
  1397. "t": 1,
  1398. "w": "Power Apps + Dynamics 365 Solution Architect"
  1399. },
  1400. {
  1401. "t": 1,
  1402. "w": "Power BI Basis"
  1403. },
  1404. {
  1405. "t": 1,
  1406. "w": "Power BI Data Analyst (PL-300) e-learning"
  1407. },
  1408. {
  1409. "t": 1,
  1410. "w": "Power BI Vervolg"
  1411. },
  1412. {
  1413. "t": 1,
  1414. "w": "PowerPoint Basis"
  1415. },
  1416. {
  1417. "t": 1,
  1418. "w": "Powerpoint Basis + Vervolg + Expert e-learning"
  1419. },
  1420. {
  1421. "t": 1,
  1422. "w": "Powerpoint Basis + Vervolg e-learning"
  1423. },
  1424. {
  1425. "t": 1,
  1426. "w": "Powerpoint Vervolg + Expert e-learning"
  1427. },
  1428. {
  1429. "t": 1,
  1430. "w": "Presentaties maken met Prezi"
  1431. },
  1432. {
  1433. "t": 1,
  1434. "w": "Presenteren met overtuiging"
  1435. },
  1436. {
  1437. "t": 1,
  1438. "w": "Prince2: Foundation e-learning"
  1439. },
  1440. {
  1441. "t": 1,
  1442. "w": "PRINCE2\u00ae Foundation"
  1443. },
  1444. {
  1445. "t": 1,
  1446. "w": "Proactief handelen"
  1447. },
  1448. {
  1449. "t": 1,
  1450. "w": "Producttekenen en -documenteren"
  1451. },
  1452. {
  1453. "t": 1,
  1454. "w": "Professioneel beeldbewerken met Affinity Photo"
  1455. },
  1456. {
  1457. "t": 1,
  1458. "w": "Projectfinanci\u00ebn"
  1459. },
  1460. {
  1461. "t": 1,
  1462. "w": "Projectleiderschap"
  1463. },
  1464. {
  1465. "t": 1,
  1466. "w": "Projectmanagement"
  1467. },
  1468. {
  1469. "t": 1,
  1470. "w": "Projectplan schrijven"
  1471. },
  1472. {
  1473. "t": 1,
  1474. "w": "Python 3 Training E-learning"
  1475. },
  1476. {
  1477. "t": 1,
  1478. "w": "Python data analyse met JupyterLab E-learning"
  1479. },
  1480. {
  1481. "t": 1,
  1482. "w": "Python programmeren basis"
  1483. },
  1484. {
  1485. "t": 1,
  1486. "w": "Python programmeren vervolg"
  1487. },
  1488. {
  1489. "t": 1,
  1490. "w": "Python voor data-analyse"
  1491. },
  1492. {
  1493. "t": 1,
  1494. "w": "R"
  1495. },
  1496. {
  1497. "t": 1,
  1498. "w": "React native"
  1499. },
  1500. {
  1501. "t": 1,
  1502. "w": "Red Hat Administration I (RH124)"
  1503. },
  1504. {
  1505. "t": 1,
  1506. "w": "Resilia Foundation"
  1507. },
  1508. {
  1509. "t": 1,
  1510. "w": "RET: Stoppen met piekeren"
  1511. },
  1512. {
  1513. "t": 1,
  1514. "w": "Revit Basis"
  1515. },
  1516. {
  1517. "t": 1,
  1518. "w": "Revit Vervolg"
  1519. },
  1520. {
  1521. "t": 1,
  1522. "w": "Risicomanagement"
  1523. },
  1524. {
  1525. "t": 1,
  1526. "w": "RSS (Real Simple Syndication)"
  1527. },
  1528. {
  1529. "t": 1,
  1530. "w": "Rust"
  1531. },
  1532. {
  1533. "t": 1,
  1534. "w": "S"
  1535. },
  1536. {
  1537. "t": 1,
  1538. "w": "Salarisadministratie"
  1539. },
  1540. {
  1541. "t": 1,
  1542. "w": "Sales: verkopen met resultaat!"
  1543. },
  1544. {
  1545. "t": 1,
  1546. "w": "Salesforce basis gebruikers"
  1547. },
  1548. {
  1549. "t": 1,
  1550. "w": "Salesforce beheerder"
  1551. },
  1552. {
  1553. "t": 1,
  1554. "w": "Samenwerken en doelbewust communiceren"
  1555. },
  1556. {
  1557. "t": 1,
  1558. "w": "Samenwerken op afstand"
  1559. },
  1560. {
  1561. "t": 1,
  1562. "w": "Selectiegesprekken met STAR"
  1563. },
  1564. {
  1565. "t": 1,
  1566. "w": "SharePoint Basis"
  1567. },
  1568. {
  1569. "t": 1,
  1570. "w": "SharePoint e-learning"
  1571. },
  1572. {
  1573. "t": 1,
  1574. "w": "SharePoint Vervolg"
  1575. },
  1576. {
  1577. "t": 1,
  1578. "w": "SharePoint voor eindgebruikers"
  1579. },
  1580. {
  1581. "t": 1,
  1582. "w": "SharePoint: zelf een teamsite opzetten"
  1583. },
  1584. {
  1585. "t": 1,
  1586. "w": "Situationeel leidinggeven"
  1587. },
  1588. {
  1589. "t": 1,
  1590. "w": "SketchUp Basis"
  1591. },
  1592. {
  1593. "t": 1,
  1594. "w": "Slechtnieuwsgesprekken voeren"
  1595. },
  1596. {
  1597. "t": 1,
  1598. "w": "Social media marketing"
  1599. },
  1600. {
  1601. "t": 1,
  1602. "w": "Solibri Basis"
  1603. },
  1604. {
  1605. "t": 1,
  1606. "w": "Spanning te lijf, mijn lichaam onder controle"
  1607. },
  1608. {
  1609. "t": 1,
  1610. "w": "SQL Basis"
  1611. },
  1612. {
  1613. "t": 1,
  1614. "w": "SQL Basis - Oracle"
  1615. },
  1616. {
  1617. "t": 1,
  1618. "w": "SQL Report Builder"
  1619. },
  1620. {
  1621. "t": 1,
  1622. "w": "SQL Training E-learning"
  1623. },
  1624. {
  1625. "t": 1,
  1626. "w": "SQL Vervolg"
  1627. },
  1628. {
  1629. "t": 1,
  1630. "w": "Storytelling"
  1631. },
  1632. {
  1633. "t": 1,
  1634. "w": "Stress de baas: work/life balance"
  1635. },
  1636. {
  1637. "t": 1,
  1638. "w": "Sturen op cijfers voor de operationele manager"
  1639. },
  1640. {
  1641. "t": 1,
  1642. "w": "Succesvol solliciteren"
  1643. },
  1644. {
  1645. "t": 1,
  1646. "w": "Swift"
  1647. },
  1648. {
  1649. "t": 1,
  1650. "w": "Systemisch teamcoachen"
  1651. },
  1652. {
  1653. "t": 1,
  1654. "w": "T"
  1655. },
  1656. {
  1657. "t": 1,
  1658. "w": "Tablets en iPads: een introductie"
  1659. },
  1660. {
  1661. "t": 1,
  1662. "w": "Talentontwikkeling"
  1663. },
  1664. {
  1665. "t": 1,
  1666. "w": "Teamcoaching"
  1667. },
  1668. {
  1669. "t": 1,
  1670. "w": "Teamleiding en teambuilding"
  1671. },
  1672. {
  1673. "t": 1,
  1674. "w": "Tekening lezen in de bouw"
  1675. },
  1676. {
  1677. "t": 1,
  1678. "w": "Tekening lezen in de elektrotechniek"
  1679. },
  1680. {
  1681. "t": 1,
  1682. "w": "Tekening lezen in de werktuigbouw"
  1683. },
  1684. {
  1685. "t": 1,
  1686. "w": "Tekstschrijven voor intranet en internet"
  1687. },
  1688. {
  1689. "t": 1,
  1690. "w": "Telefonische acquisitie"
  1691. },
  1692. {
  1693. "t": 1,
  1694. "w": "Testen Foundation"
  1695. },
  1696. {
  1697. "t": 1,
  1698. "w": "Timemanagement"
  1699. },
  1700. {
  1701. "t": 1,
  1702. "w": "TMAP Suite Test Engineer"
  1703. },
  1704. {
  1705. "t": 1,
  1706. "w": "TMAP\u00ae: Quality for Cross-functional teams"
  1707. },
  1708. {
  1709. "t": 1,
  1710. "w": "Train de trainer"
  1711. },
  1712. {
  1713. "t": 1,
  1714. "w": "Train de trainer (traject)"
  1715. },
  1716. {
  1717. "t": 1,
  1718. "w": "Train de trainer voor IT'ers"
  1719. },
  1720. {
  1721. "t": 1,
  1722. "w": "Trainingen ontwikkelen"
  1723. },
  1724. {
  1725. "t": 1,
  1726. "w": "Transact-SQL Basis - MS SQL Server"
  1727. },
  1728. {
  1729. "t": 1,
  1730. "w": "U"
  1731. },
  1732. {
  1733. "t": 1,
  1734. "w": "Ubuntu Server Administration"
  1735. },
  1736. {
  1737. "t": 1,
  1738. "w": "V"
  1739. },
  1740. {
  1741. "t": 1,
  1742. "w": "Verandermanagement in de onderstroom"
  1743. },
  1744. {
  1745. "t": 1,
  1746. "w": "Vergaderen op afstand"
  1747. },
  1748. {
  1749. "t": 1,
  1750. "w": "Vergaderen: effici\u00ebnt en resultaatgericht"
  1751. },
  1752. {
  1753. "t": 1,
  1754. "w": "Verzuimbegeleiding: Rechten en plichten bij arbeidsongeschiktheid"
  1755. },
  1756. {
  1757. "t": 1,
  1758. "w": "Verzuimbegeleiding: Verzuimgesprekken voeren"
  1759. },
  1760. {
  1761. "t": 1,
  1762. "w": "Visio Basis"
  1763. },
  1764. {
  1765. "t": 1,
  1766. "w": "VMware vSphere basis"
  1767. },
  1768. {
  1769. "t": 1,
  1770. "w": "W"
  1771. },
  1772. {
  1773. "t": 1,
  1774. "w": "Web Application Security"
  1775. },
  1776. {
  1777. "t": 1,
  1778. "w": "Webinar organiseren technisch"
  1779. },
  1780. {
  1781. "t": 1,
  1782. "w": "Webinar organiseren uitvoering en interactie"
  1783. },
  1784. {
  1785. "t": 1,
  1786. "w": "Websites ontwikkelen met HTML, CSS en Dreamweaver"
  1787. },
  1788. {
  1789. "t": 1,
  1790. "w": "Weerstand in een training: interveni\u00ebren"
  1791. },
  1792. {
  1793. "t": 1,
  1794. "w": "Werkgeluk vergroten"
  1795. },
  1796. {
  1797. "t": 1,
  1798. "w": "Werving en selectie: sollicitatiegesprekken afnemen"
  1799. },
  1800. {
  1801. "t": 1,
  1802. "w": "Windows Basis"
  1803. },
  1804. {
  1805. "t": 1,
  1806. "w": "Windows Client"
  1807. },
  1808. {
  1809. "t": 1,
  1810. "w": "Word Basis"
  1811. },
  1812. {
  1813. "t": 1,
  1814. "w": "Word Basis + Vervolg + Expert e-learning"
  1815. },
  1816. {
  1817. "t": 1,
  1818. "w": "Word Basis + Vervolg e-learning"
  1819. },
  1820. {
  1821. "t": 1,
  1822. "w": "Word VBA"
  1823. },
  1824. {
  1825. "t": 1,
  1826. "w": "Word Vervolg"
  1827. },
  1828. {
  1829. "t": 1,
  1830. "w": "Word Vervolg + Expert e-learning"
  1831. },
  1832. {
  1833. "t": 1,
  1834. "w": "WordPress"
  1835. },
  1836. {
  1837. "t": 1,
  1838. "w": "WordPress E-learning"
  1839. },
  1840. {
  1841. "t": 1,
  1842. "w": "X"
  1843. },
  1844. {
  1845. "t": 1,
  1846. "w": "XML Training E-learning"
  1847. },
  1848. {
  1849. "t": 1,
  1850. "w": "Z"
  1851. },
  1852. {
  1853. "t": 1,
  1854. "w": "Zelfreflectie"
  1855. },
  1856. {
  1857. "t": 1,
  1858. "w": "Zelfvertrouwen"
  1859. },
  1860. {
  1861. "t": 1,
  1862. "w": "Zoekmachinemarketing"
  1863. },
  1864. {
  1865. "t": 1,
  1866. "w": "Zoekmachineoptimalisatie (SEO)"
  1867. },
  1868. {
  1869. "t": 1,
  1870. "w": "Zoom: Online bijeenkomsten organiseren"
  1871. },
  1872. {
  1873. "t": 1,
  1874. "w": "Footer Navigatie"
  1875. },
  1876. {
  1877. "t": 1,
  1878. "w": "Trainingen en opleidingen"
  1879. },
  1880. {
  1881. "t": 1,
  1882. "w": "Online"
  1883. },
  1884. {
  1885. "t": 1,
  1886. "w": "Blog"
  1887. },
  1888. {
  1889. "t": 1,
  1890. "w": "Workshops"
  1891. },
  1892. {
  1893. "t": 1,
  1894. "w": "Webinars"
  1895. },
  1896. {
  1897. "t": 1,
  1898. "w": "Blended leertrajecten"
  1899. },
  1900. {
  1901. "t": 1,
  1902. "w": "Last minutes"
  1903. },
  1904. {
  1905. "t": 1,
  1906. "w": "Opleidingsadvies"
  1907. },
  1908. {
  1909. "t": 1,
  1910. "w": "Maatwerk/incompany"
  1911. },
  1912. {
  1913. "t": 1,
  1914. "w": "Cursuswijzer"
  1915. },
  1916. {
  1917. "t": 1,
  1918. "w": "Gratis cursussen"
  1919. },
  1920. {
  1921. "t": 1,
  1922. "w": "Learnit"
  1923. },
  1924. {
  1925. "t": 1,
  1926. "w": "Over ons"
  1927. },
  1928. {
  1929. "t": 1,
  1930. "w": "Missie"
  1931. },
  1932. {
  1933. "t": 1,
  1934. "w": "Opdrachtgevers"
  1935. },
  1936. {
  1937. "t": 1,
  1938. "w": "Leveringsvoorwaarden"
  1939. },
  1940. {
  1941. "t": 1,
  1942. "w": "Privacyverklaring"
  1943. },
  1944. {
  1945. "t": 1,
  1946. "w": "Formulieren"
  1947. },
  1948. {
  1949. "t": 1,
  1950. "w": "Vacatures"
  1951. },
  1952. {
  1953. "t": 1,
  1954. "w": "Veelgestelde vragen"
  1955. },
  1956. {
  1957. "t": 1,
  1958. "w": "Doorgangsgarantie"
  1959. },
  1960. {
  1961. "t": 1,
  1962. "w": "Annuleringsvoorwaarden"
  1963. },
  1964. {
  1965. "t": 1,
  1966. "w": "Gedragscode NRTO"
  1967. },
  1968. {
  1969. "t": 1,
  1970. "w": "Klachtenregeling"
  1971. },
  1972. {
  1973. "t": 1,
  1974. "w": "Populaire trainingen"
  1975. },
  1976. {
  1977. "t": 1,
  1978. "w": "Communicatie"
  1979. },
  1980. {
  1981. "t": 1,
  1982. "w": "Webdesign"
  1983. },
  1984. {
  1985. "t": 1,
  1986. "w": "Photoshop"
  1987. },
  1988. {
  1989. "t": 1,
  1990. "w": "Softwareontwikkeling"
  1991. },
  1992. {
  1993. "t": 1,
  1994. "w": "Office, Excel en Word"
  1995. },
  1996. {
  1997. "t": 1,
  1998. "w": "Informatieoverzicht"
  1999. },
  2000. {
  2001. "t": 1,
  2002. "w": "Stel een vraag"
  2003. },
  2004. {
  2005. "t": 1,
  2006. "w": "Vrijblijvende offerte"
  2007. },
  2008. {
  2009. "t": 1,
  2010. "w": "Bel mij"
  2011. },
  2012. {
  2013. "t": 1,
  2014. "w": "Adres"
  2015. },
  2016. {
  2017. "t": 1,
  2018. "w": "Learnit Training"
  2019. },
  2020. {
  2021. "t": 1,
  2022. "w": "PietHeinkade 1"
  2023. },
  2024. {
  2025. "t": 1,
  2026. "w": "1019 BR Amsterdam"
  2027. },
  2028. {
  2029. "t": 1,
  2030. "w": "<span wg-1=\"\">Telefoon: </span><a wg-2=\"\">+31 20 6369179</a>"
  2031. },
  2032. {
  2033. "t": 1,
  2034. "w": "<span wg-1=\"\">E-mail: </span><a wg-2=\"\">[email protected]</a>"
  2035. },
  2036. {
  2037. "t": 1,
  2038. "w": "Download de brochure"
  2039. },
  2040. {
  2041. "t": 1,
  2042. "w": "Learnit.nl"
  2043. },
  2044. {
  2045. "t": 1,
  2046. "w": "Training Disclaimer"
  2047. },
  2048. {
  2049. "t": 1,
  2050. "w": "Algemene voorwaarden"
  2051. },
  2052. {
  2053. "t": 1,
  2054. "w": "Sitemap"
  2055. },
  2056. {
  2057. "t": 1,
  2058. "w": "Privacy voorwaarden"
  2059. },
  2060. {
  2061. "t": 1,
  2062. "w": "Login"
  2063. }
  2064. ],
  2065. "title": "Overzicht van alle Learnit cursussen",
  2066. "request_url": "https://www.learnit.nl/cursus"
  2067. }
  2068.  
  2069. def start_requests(self):
  2070. yield scrapy.Request(
  2071. url='https://cdn-api-weglot.com/translate?api_key=wg_6199f2422428fc4285eb776a1ab915c08&v=1',
  2072. callback=self.parse,
  2073. body=json.dumps(self.body),
  2074. method="POST",
  2075. headers={
  2076.  
  2077. }
  2078. )
  2079.  
  2080. def parse(self, response):
  2081. response = json.loads(response.body)
  2082.  
  2083.  
  2084. for resp in response['to_words']:
  2085. yield {
  2086. 'course': resp
  2087. }
  2088.  
Advertisement
Add Comment
Please, Sign In to add comment