ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
How to use the blog post finder scraper
2
Please follow the steps outline to make the scrape work.
3
4
Step 1: Make a copy of the blog post finder sheet
5
6
Step 2: Go to https://developers.google.com/custom-search/v1/overview and get your own API for free.
7
8
9
10
11
12
13
14
15
Step 3: Go back to this sheet > Click Extensions > App script > Replace the API Key you got from Google > Then Save
16
17
18
19
20
21
22
23
24
25
26
27
Step 4: Go to Blog post finder tab, type in your keyword
28
29
Step 5: Click "click to start finding a blog post" To start scraping
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100