File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Goal is to extract a list of Van Gogh paintings from the attached Google search
6
6
7
7
## Instructions
8
8
9
- This is already fully supported on SerpApi ([ relevant test] ).
9
+ This is already fully supported on SerpApi ([ relevant test] and [ sample json ] ).
10
10
Try to come up with your own solution and your own test.
11
11
Extract the painting ` name ` , date (` extensions ` array), and Google ` link ` in an array.
12
12
@@ -17,6 +17,7 @@ Programming language wise, Ruby is suggested but feel free to use whatever you f
17
17
Use directly the result page ([ file attached] ) in this repository.
18
18
19
19
[ relevant test ] : https://github.com/serpapi/test-knowledge-graph-desktop/blob/master/spec/knowledge_graph_claude_monet_paintings_spec.rb
20
+ [ sample json ] : https://raw.githubusercontent.com/serpapi/code-challenge/master/files/van-gogh-paintings.json
20
21
[ file attached ] : https://raw.githubusercontent.com/serpapi/code-challenge/master/files/van-gogh-paintings.html
21
22
22
23
## Expected Array
You can’t perform that action at this time.
0 commit comments